Kaydet (Commit) 8fc14413 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#86799 fix insert special char in Find/Find and Replace

regression from

7f7d2213
author	Caolán McNamara <caolanm@redhat.com>	2014-10-13 09:25:26 (GMT)
osl_Module -> osl::Module

Change-Id: Idb8fec23bdd0ee3ea0488047aadaf21e3cd2900f
üst 6269b62b
......@@ -181,7 +181,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" );
......
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