diff options
-rw-r--r-- | sc/source/ui/docshell/impex.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 1ab5ef7470bb..e35551ab9d0e 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -2259,11 +2259,11 @@ ScFormatFilterPlugin &ScFormatFilter::Get() return *plugin; #ifndef DISABLE_DYNLOADING - #ifdef LIBO_MERGELIBS - OUString sFilterLib(SVLIBRARY("merged")); - #else - OUString sFilterLib(SVLIBRARY("scfilt")); - #endif +#ifdef LIBO_MERGELIBS + OUString sFilterLib(SVLIBRARY("merged")); +#else + OUString sFilterLib(SVLIBRARY("scfilt")); +#endif static ::osl::Module aModule; bool bLoaded = aModule.loadRelative(&thisModule, sFilterLib); if (!bLoaded) |