cui/source/dialogs/AdditionsDialog.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 9b852db4a37ff6f5dad4356188e246d32ea75376 Author: Stephan Bergmann <[email protected]> AuthorDate: Fri Oct 30 15:29:25 2020 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Tue Nov 3 10:55:31 2020 +0100 Drop the #undef ABSOLUTE FIXME c4bee547b02fbe3d07b1e9ee203c73e48f86e6bf "tdf#133026: Additions: Better Search Function" does not tell which #include had brought in the macro definition. It might have been the #include <curl/curl.h> that has meanwhile been dropped with db6c7a486395304f38e9ea52951f576f34749cbc "Use UCB instead of cURL to download https files". Change-Id: Ib9cf761ca11e5cb7496b21dc04faee3491ef9dcf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105073 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/cui/source/dialogs/AdditionsDialog.cxx b/cui/source/dialogs/AdditionsDialog.cxx index 39f841d03996..45a2ffadd72b 100644 --- a/cui/source/dialogs/AdditionsDialog.cxx +++ b/cui/source/dialogs/AdditionsDialog.cxx @@ -45,12 +45,6 @@ #include <orcus/config.hpp> #include <orcus/pstring.hpp> -// FIXME -// This preprocessor command is written to prevent the error caused by "css::util::SearchAlgorithms2::ABSOLUTE" in the AdditionsDialog(). -#ifdef ABSOLUTE -#undef ABSOLUTE -#endif - #define PAGE_SIZE 30 using namespace css; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
