From 40800be3816760fe606e7fa8dcf7d3d9ad550257 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 9 Apr 2013 02:22:49 +0200 Subject: Revert "fix scfilt with Library_merged" This reverts commit 1a04271d2e5de7dccfeb3ac0609e49155b5fe250. Conflicts: sc/source/ui/docshell/impex.cxx Change-Id: I723727e045ca7e81ef9396a8b50e83ea95b162ab --- sc/source/ui/docshell/impex.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 7e734d3e3bf6..b6c4869f6e66 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -2260,11 +2260,7 @@ ScFormatFilterPlugin &ScFormatFilter::Get() return *plugin; #ifndef DISABLE_DYNLOADING -#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) -- cgit