sc/source/ui/docshell/impex.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit b88aeb7e75b220b9d1fd6e69242950bcbf2e3818 Author: Tor Lillqvist <t...@iki.fi> Date: Tue Mar 26 08:58:00 2013 +0200 Fix warning: statement aligned ... [loplugin] Change-Id: I8ddf78f70074cca6eb57ee0a27ea78076ff2d21d diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 1ab5ef7..e35551a 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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits