Kaydet (Commit) 0b78f2b9 authored tarafından Peter Foley's avatar Peter Foley

fix sfx2 with Library_merged

Change-Id: I53d64b9023be816d0179eed21920beed3660909c
üst 04f02fae
...@@ -186,7 +186,11 @@ String GetSpecialCharsForEdit(Window* pParent, const Font& rFont) ...@@ -186,7 +186,11 @@ String GetSpecialCharsForEdit(Window* pParent, const Font& rFont)
bDetermineFunction = true; bDetermineFunction = true;
#ifndef DISABLE_DYNLOADING #ifndef DISABLE_DYNLOADING
static ::rtl::OUString aLibName( SVLIBRARY( "cui" ) ); #ifdef LIBO_MERGEDLIBS
static OUString aLibName( SVLIBRARY( "merged" ) );
#else
static OUString aLibName( SVLIBRARY( "cui" ) );
#endif
oslModule handleMod = osl_loadModuleRelative( oslModule handleMod = osl_loadModuleRelative(
&thisModule, aLibName.pData, 0 ); &thisModule, aLibName.pData, 0 );
......
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