[Libreoffice-commits] .: svl/inc svl/source unusedcode.easy

Muthu Subramanian sumuthu at kemper.freedesktop.org
Mon Jan 23 00:12:48 PST 2012


 svl/inc/svl/zforlist.hxx        |    4 ----
 svl/source/numbers/zforlist.cxx |    8 --------
 unusedcode.easy                 |    1 -
 3 files changed, 13 deletions(-)

New commits:
commit ac7a8bfe4e53d4615929bcafe9cbdd88d03b6e1d
Author: Mariusz Dykierek <mariuszdykierek at gmail.com>
Date:   Mon Jan 23 13:58:13 2012 +0530

    Removed NfCurrencyEntry::ApplyVariableInformation().

diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx
index aa68fc1..ac387d4 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; }
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index eecd743..1f5085d 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -3852,14 +3852,6 @@ bool NfCurrencyEntry::operator==( const NfCurrencyEntry& r ) const
         ;
 }
 
-void NfCurrencyEntry::ApplyVariableInformation( const NfCurrencyEntry& r )
-{
-    nPositiveFormat = r.nPositiveFormat;
-    nNegativeFormat = r.nNegativeFormat;
-    cZeroChar       = r.cZeroChar;
-}
-
-
 void NfCurrencyEntry::BuildSymbolString( String& rStr, bool bBank,
             bool bWithoutExtension ) const
 {
diff --git a/unusedcode.easy b/unusedcode.easy
index caa31b1..e06db0c 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -147,7 +147,6 @@ MultiLineEdit::IsFocusSelectionHideEnabled() const
 MultiSelection::Append(long)
 MultiSelection::PrevSelected()
 NativeNumberWrapper::isValidNatNum(com::sun::star::lang::Locale const&, short) const
-NfCurrencyEntry::ApplyVariableInformation(NfCurrencyEntry const&)
 NfCurrencyEntry::NfCurrencyEntry()
 NotificationSettings::CopyData()
 NumberFormatCodeWrapper::getDefault(short, short) const


More information about the Libreoffice-commits mailing list