diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-25 17:15:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-29 14:15:42 +0200 |
commit | bfc58ddbf470000b329ab271cdf441f97c9d27a7 (patch) | |
tree | 81ec03b3fc7e82d5e7e013e14a47735ec578b626 /vcl/inc/outfont.hxx | |
parent | 7ef052646a7c8065241e694e75e2326179016db3 (diff) |
convert more XubString->OUString in OutputDevice
Change-Id: I7c100614f7321c8c0527067012b47673ac6914f1
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index 140af384f13a..f48d68f7483d 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -361,9 +361,9 @@ public: // TODO: make data members private short mnOrientation; // text angle in 3600 system bool mbInit; // true if maMetric member is valid - void AddFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontName ); + void AddFallbackForUnicode( sal_UCS4, FontWeight eWeight, const OUString& rFontName ); bool GetFallbackForUnicode( sal_UCS4, FontWeight eWeight, OUString* pFontName ) const; - void IgnoreFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontName ); + void IgnoreFallbackForUnicode( sal_UCS4, FontWeight eWeight, const OUString& rFontName ); private: // cache of Unicode characters and replacement font names |