summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-10-30 15:29:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-03 10:55:31 +0100
commit9b852db4a37ff6f5dad4356188e246d32ea75376 (patch)
tree31aa1b25da02812092b1e4eac2358a24a3197cdf /cui
parent04144ecb1bb2ecb0233a43db1e3263dcb6c84571 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/AdditionsDialog.cxx6
1 files changed, 0 insertions, 6 deletions
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;