summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-06 10:33:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-06 10:33:29 +0100
commit8bc3fb58ffb3ccd2958caeb0f094397e3cdb5098 (patch)
tree5e64f2df13e70a9892d60e2a0a49f77359623a84
parentUse SVLIBRARY instead of gb_Library_get_runtime_filename (diff)
downloadcore-8bc3fb58ffb3ccd2958caeb0f094397e3cdb5098.tar.gz
core-8bc3fb58ffb3ccd2958caeb0f094397e3cdb5098.zip
typo
Change-Id: Icad2b01388d46aa2802f1abd9e61d4ce854cca3e
-rw-r--r--sw/source/uibase/dialog/swabstdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dialog/swabstdlg.cxx b/sw/source/uibase/dialog/swabstdlg.cxx
index 9db781267c3d..127ac29d3410 100644
--- a/sw/source/uibase/dialog/swabstdlg.cxx
+++ b/sw/source/uibase/dialog/swabstdlg.cxx
@@ -41,7 +41,7 @@ SwAbstractDialogFactory* SwAbstractDialogFactory::Create()
#if HAVE_FEATURE_DESKTOP
#ifndef DISABLE_DYNLOADING
static ::osl::Module aDialogLibrary;
- static const OUString sLibName(SVLIBRARY("SWUI"));
+ static const OUString sLibName(SVLIBRARY("swui"));
if ( aDialogLibrary.is() || aDialogLibrary.loadRelative( &thisModule, sLibName,
SAL_LOADMODULE_GLOBAL | SAL_LOADMODULE_LAZY ) )
fp = ( SwAbstractDialogFactory* (SAL_CALL*)() )