[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at iki.fi
Mon Mar 25 23:58:33 PDT 2013


 sc/source/ui/docshell/impex.cxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit b88aeb7e75b220b9d1fd6e69242950bcbf2e3818
Author: Tor Lillqvist <tml at 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)


More information about the Libreoffice-commits mailing list