summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorMariusz Dykierek <mariuszdykierek@gmail.com>2012-01-23 13:58:13 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-01-23 13:58:13 +0530
commitac7a8bfe4e53d4615929bcafe9cbdd88d03b6e1d (patch)
tree2423af4ac11358293459d4778453f400e08145da /svl/inc
parent458c80234b701fb1cb9a71239cec532c54b2e9f0 (diff)
Removed NfCurrencyEntry::ApplyVariableInformation().
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/zforlist.hxx4
1 files changed, 0 insertions, 4 deletions
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; }