summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-01 11:15:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-01 14:08:17 +0000
commite0561053e033b1a2686d2ad7b397b1dae926a1f7 (patch)
treeb59c7ce4d7897d8c54aacb26ab2cbaf34b3c3cbd /sfx2
parent14b8adadb475aa15a0b9e96b446ec74cec4e5f99 (diff)
Resolves: fdo#86799 fix insert special char in Find/Find and Replace
regression from 7f7d2213209dd8e23292ec5a85fbab6127824c49 author Caolán McNamara <caolanm@redhat.com> 2014-10-13 09:25:26 (GMT) osl_Module -> osl::Module Change-Id: Idb8fec23bdd0ee3ea0488047aadaf21e3cd2900f (cherry picked from commit 8fc14413d9dadede63743ec76603d95eb587f580)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appinit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index a2d5d487fd96..4f1d889c9752 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -179,7 +179,7 @@ OUString GetSpecialCharsForEdit(vcl::Window* pParent, const vcl::Font& rFont)
#ifndef DISABLE_DYNLOADING
osl::Module aMod;
- aMod.loadRelative(&thisModule, "cui", 0);
+ aMod.loadRelative(&thisModule, SVLIBRARY("cui"), 0);
// get symbol
OUString aSymbol( "GetSpecialCharsForEdit" );