From 8855ed1da18e9697873d77d0b99b5eff2e9336a8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 31 Jul 2013 12:16:14 +0200 Subject: convert vcl/edit.hxx from XubString to OUString Change-Id: Id0558cb6285ecd19ddc21caee3e26f44cbebf721 --- cui/source/factory/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/factory/init.cxx') 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 ); -- cgit