From bfc58ddbf470000b329ab271cdf441f97c9d27a7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 Jul 2013 17:15:41 +0200 Subject: convert more XubString->OUString in OutputDevice Change-Id: I7c100614f7321c8c0527067012b47673ac6914f1 --- vcl/inc/outfont.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/outfont.hxx') 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 -- cgit