[Libreoffice-commits] core.git: sc/source
Michael Stahl
mstahl at redhat.com
Mon Mar 25 14:12:14 PDT 2013
sc/source/ui/docshell/impex.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2cd7da87c4e17e7284ce7ac3f63ec4836c0d8b16
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Mar 25 22:09:40 2013 +0100
ScFormatFilter::Get(): -Werror=undef
Change-Id: I000612d55c8aadff6249e57a29930731e3bae117
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 2500267..1ab5ef7 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"));
More information about the Libreoffice-commits
mailing list