From b20dd01623f99e311a8a346e787c6917048379a2 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 2 Apr 2012 19:58:58 -0300 Subject: Some String <-> OUString replacements in starmath Some string to OUString replacements in starmath --- starmath/inc/dialog.hxx | 2 +- starmath/inc/utility.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath/inc') diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 23f129751e8c..7cb8521cd880 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -366,7 +366,7 @@ class SmSymbolDialog : public ModalDialog SmViewShell &rViewSh; SmSymbolManager &rSymbolMgr; - String aSymbolSetName; + rtl::OUString aSymbolSetName; SymbolPtrVec_t aSymbolSet; OutputDevice *pFontListDev; diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index 58e59613d6a3..a80fc5d44f60 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.hxx @@ -106,7 +106,7 @@ public: Font(), nBorderWidth(-1) { Impl_Init(); } SmFace(const Font& rFont) : Font(rFont), nBorderWidth(-1) { Impl_Init(); } - SmFace(const String& rName, const Size& rSize) : + SmFace(const rtl::OUString& rName, const Size& rSize) : Font(rName, rSize), nBorderWidth(-1) { Impl_Init(); } SmFace( FontFamily eFamily, const Size& rSize) : Font(eFamily, rSize), nBorderWidth(-1) { Impl_Init(); } -- cgit