diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-04-02 19:58:58 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-04-03 07:54:23 -0300 |
commit | b20dd01623f99e311a8a346e787c6917048379a2 (patch) | |
tree | 6f4a4d9f24a359a776468d97c4a983f84997cd86 /starmath/inc/utility.hxx | |
parent | 0683821d07132fb7635174b46d7423ecabc2703e (diff) |
Some String <-> OUString replacements in starmath
Some string to OUString replacements in starmath
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r-- | starmath/inc/utility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |