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()
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)
......
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