diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-31 12:16:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-31 13:36:52 +0200 |
commit | 8855ed1da18e9697873d77d0b99b5eff2e9336a8 (patch) | |
tree | 4698d5d4f18eac10e544805bd5b643ee7d970f79 /cui/source/factory/init.cxx | |
parent | 43b1ac3651732a1ceb193268ab72b4aaa90dee65 (diff) |
convert vcl/edit.hxx from XubString to OUString
Change-Id: Id0558cb6285ecd19ddc21caee3e26f44cbebf721
Diffstat (limited to 'cui/source/factory/init.cxx')
-rw-r--r-- | cui/source/factory/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/factory/init.cxx b/cui/source/factory/init.cxx index 3859666dd9b8..a903d19269c8 100644 --- a/cui/source/factory/init.cxx +++ b/cui/source/factory/init.cxx @@ -25,7 +25,7 @@ // caution: needs C-Linkage since dynamically loaded via symbol name extern "C" { -SAL_DLLPUBLIC_EXPORT bool GetSpecialCharsForEdit(Window* i_pParent, const Font& i_rFont, String& o_rResult) +SAL_DLLPUBLIC_EXPORT bool GetSpecialCharsForEdit(Window* i_pParent, const Font& i_rFont, OUString& o_rResult) { bool bRet = false; SvxCharacterMap* aDlg = new SvxCharacterMap( i_pParent ); |