summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/epgm
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-09-04 16:53:35 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-09-04 16:55:22 +0200
commit3a021c00d9b27e6bcafbfaf8bf7b36cdd40768e2 (patch)
tree90db9f86854135868ce88b227848765aa6be2d0a /filter/source/graphicfilter/epgm
parente76b2053b4c5520ec880fb4fa0031a7ff2ca9ee5 (diff)
fdo#68210 related: make other filters work again too
- see dc86610d16a561ff1a0455d5fef157431f9271e3 for details Change-Id: I6041ca10f58335187928995368db673c1ce22e7b
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