summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/fontmenucontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/fontmenucontroller.cxx b/framework/source/uielement/fontmenucontroller.cxx
index 0bbc57c85721..a1081e0427f5 100644
--- a/framework/source/uielement/fontmenucontroller.cxx
+++ b/framework/source/uielement/fontmenucontroller.cxx
@@ -173,7 +173,7 @@ void SAL_CALL FontMenuController::itemActivated( const css::awt::MenuEvent& )
// TODO: must be replaced by implementation of VCL, when available
sal_Int32 nIndex = aText.indexOf( '~' );
if ( nIndex >= 0 )
- aText = aText.replaceAt( nIndex, 1, "" );
+ aText = aText.replaceAt( nIndex, 1, u"" );
// TODO: must be replaced by implementation of VCL, when available
if ( aText == m_aFontFamilyName )