From ac7a8bfe4e53d4615929bcafe9cbdd88d03b6e1d Mon Sep 17 00:00:00 2001 From: Mariusz Dykierek Date: Mon, 23 Jan 2012 13:58:13 +0530 Subject: Removed NfCurrencyEntry::ApplyVariableInformation(). --- svl/inc/svl/zforlist.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'svl/inc') diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx index aa68fc100f79..ac387d472f35 100644 --- a/svl/inc/svl/zforlist.hxx +++ b/svl/inc/svl/zforlist.hxx @@ -260,10 +260,6 @@ public: /// Symbols and language identical bool operator==( const NfCurrencyEntry& r ) const; - /** Apply format information (nPositiveFormat, - nNegativeFormat, nDigits, cZeroChar) of another format. */ - void ApplyVariableInformation( const NfCurrencyEntry& ); - const String& GetSymbol() const { return aSymbol; } const String& GetBankSymbol() const { return aBankSymbol; } LanguageType GetLanguage() const { return eLanguage; } -- cgit