include/svtools/editbrowsebox.hxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 0c21f6600d5e86d4d408e4a59680e8954232db24 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Jul 27 14:56:49 2020 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Jul 27 20:12:36 2020 +0200 drop unused SVTOOLS_IN_EDITBROWSEBOX_HXX define Change-Id: I7d0944c7772562c8da8ce1ee668434ae8cf7e9c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99515 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index 5c8cbef2d9eb..4e718bc708de 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SVTOOLS_EDITBROWSEBOX_HXX #define INCLUDED_SVTOOLS_EDITBROWSEBOX_HXX -#define SVTOOLS_IN_EDITBROWSEBOX_HXX #include <config_options.h> #include <memory> @@ -945,7 +944,6 @@ namespace svt } // namespace svt -#undef SVTOOLS_IN_EDITBROWSEBOX_HXX #endif // INCLUDED_SVTOOLS_EDITBROWSEBOX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
