Kaydet (Commit) b88aeb7e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning: statement aligned ... [loplugin]

Change-Id: I8ddf78f70074cca6eb57ee0a27ea78076ff2d21d
üst 96d8b05d
...@@ -2259,11 +2259,11 @@ ScFormatFilterPlugin &ScFormatFilter::Get() ...@@ -2259,11 +2259,11 @@ ScFormatFilterPlugin &ScFormatFilter::Get()
return *plugin; return *plugin;
#ifndef DISABLE_DYNLOADING #ifndef DISABLE_DYNLOADING
#ifdef LIBO_MERGELIBS #ifdef LIBO_MERGELIBS
OUString sFilterLib(SVLIBRARY("merged")); OUString sFilterLib(SVLIBRARY("merged"));
#else #else
OUString sFilterLib(SVLIBRARY("scfilt")); OUString sFilterLib(SVLIBRARY("scfilt"));
#endif #endif
static ::osl::Module aModule; static ::osl::Module aModule;
bool bLoaded = aModule.loadRelative(&thisModule, sFilterLib); bool bLoaded = aModule.loadRelative(&thisModule, sFilterLib);
if (!bLoaded) if (!bLoaded)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment