From c617be8307033394bde4255c05b72dbd01ae0056 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 27 Nov 2012 22:58:50 -0600 Subject: remove legacy String svl's Put*Entry family of function and convert users Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296 --- svl/inc/svl/zforlist.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'svl/inc') diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx index 2b2d2586cbdd..b20d89c5b496 100644 --- a/svl/inc/svl/zforlist.hxx +++ b/svl/inc/svl/zforlist.hxx @@ -389,19 +389,12 @@ public: nType contains the type of the format. nKey contains the index key of the format. */ - bool PutEntry( String& rString, xub_StrLen& nCheckPos, short& nType, sal_uInt32& nKey, - LanguageType eLnge = LANGUAGE_DONTKNOW ); - bool PutEntry( OUString& rString, sal_Int32& nCheckPos, short& nType, sal_uInt32& nKey, LanguageType eLnge = LANGUAGE_DONTKNOW ); /** Same as PutEntry but the format code string is considered to be of language/country eLnge and is converted to language/country eNewLnge */ - bool PutandConvertEntry( String& rString, xub_StrLen& nCheckPos, - short& nType, sal_uInt32& nKey, - LanguageType eLnge, LanguageType eNewLnge ); - bool PutandConvertEntry( OUString& rString, sal_Int32& nCheckPos, short& nType, sal_uInt32& nKey, LanguageType eLnge, LanguageType eNewLnge ); @@ -414,10 +407,6 @@ public: short& nType, sal_uInt32& nKey, LanguageType eLnge, LanguageType eNewLnge ); - bool PutandConvertEntrySystem( String& rString, xub_StrLen& nCheckPos, - short& nType, sal_uInt32& nKey, - LanguageType eLnge, LanguageType eNewLnge ); - /** Similar to PutEntry and PutandConvertEntry or PutandConvertEntrySystem, the format code string -- cgit