From 1e91520e7af29c390c03d05b39992da5aaf6d1c7 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 27 Mar 2012 10:57:14 -0400 Subject: UniString removal. --- svl/inc/svl/zforlist.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'svl/inc') diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx index 30d192941dd8..1249250bbe2b 100644 --- a/svl/inc/svl/zforlist.hxx +++ b/svl/inc/svl/zforlist.hxx @@ -411,6 +411,10 @@ public: short& nType, sal_uInt32& nKey, LanguageType eLnge, LanguageType eNewLnge ); + bool PutandConvertEntry( rtl::OUString& rString, xub_StrLen& nCheckPos, + short& nType, sal_uInt32& nKey, + LanguageType eLnge, LanguageType eNewLnge ); + /** Same as PutandConvertEntry but the format code string is considered to be of the System language/country eLnge and is converted to another System language/country eNewLnge. In this case -- cgit