From 9e310cc32923ceb4b18d97ce68d54a339b935f01 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac Date: Fri, 8 Feb 2013 09:06:10 +0100 Subject: fdo#38838 Some removal/replacement of the String/UniString with OUString Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- vcl/inc/win/saldata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/win') diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx index f7a3f0075d16..1fef0cdd8396 100644 --- a/vcl/inc/win/saldata.hxx +++ b/vcl/inc/win/saldata.hxx @@ -232,7 +232,7 @@ void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, Font& rFont ); // \WIN\SOURCE\APP\SALDATA.CXX rtl_TextEncoding ImplSalGetSystemEncoding(); -UniString ImplSalGetUniString( const sal_Char* pStr, xub_StrLen nLen = STRING_LEN ); +OUString ImplSalGetUniString( const sal_Char* pStr, xub_StrLen nLen = STRING_LEN ); int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 ); // ----------- -- cgit