summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/epgm
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/epgm')
-rw-r--r--filter/source/graphicfilter/epgm/epgm.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/epgm/epgm.cxx b/filter/source/graphicfilter/epgm/epgm.cxx
index 912fdd341c4d..40ee4c5066e7 100644
--- a/filter/source/graphicfilter/epgm/epgm.cxx
+++ b/filter/source/graphicfilter/epgm/epgm.cxx
@@ -213,7 +213,10 @@ void PGMWriter::ImplWriteNumber(sal_Int32 nNumber)
// - exported function -
// ---------------------
-#if defined(DISABLE_DYNLOADING) || defined(LIBO_MERGELIBS)
+// this needs to be kept in sync with
+// ImpFilterLibCacheEntry::GetImportFunction() from
+// vcl/source/filter/graphicfilter.cxx
+#if defined(DISABLE_DYNLOADING)
#define GraphicExport epgGraphicExport
#endif