summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-03-25 22:09:40 +0100
committerMichael Stahl <mstahl@redhat.com>2013-03-25 22:10:15 +0100
commit2cd7da87c4e17e7284ce7ac3f63ec4836c0d8b16 (patch)
tree40b2d647e1f4d50e42f9a6883803608354a1583a /sc
parent79c0bd64be68161ea16f132a015f7143e09f3eaf (diff)
ScFormatFilter::Get(): -Werror=undef
Change-Id: I000612d55c8aadff6249e57a29930731e3bae117
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/docshell/impex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 25002671bbea..1ab5ef7470bb 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -2259,7 +2259,7 @@ ScFormatFilterPlugin &ScFormatFilter::Get()
return *plugin;
#ifndef DISABLE_DYNLOADING
- #if LIBO_MERGELIBS
+ #ifdef LIBO_MERGELIBS
OUString sFilterLib(SVLIBRARY("merged"));
#else
OUString sFilterLib(SVLIBRARY("scfilt"));