diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-24 18:11:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-25 15:13:05 +0200 |
commit | 14ff4c2ca033f9d00a613eb28b65a3e16891c8f3 (patch) | |
tree | bfd4869a427ee33a45ceba884b95fc0d3d79fe06 /svtools/source | |
parent | 578ce735cb3ee610e11202634128a29c7998ccbf (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/control/fmtfield.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx index 9c1ba517367c..3a65b1a75f23 100644 --- a/svtools/source/control/fmtfield.cxx +++ b/svtools/source/control/fmtfield.cxx @@ -1262,18 +1262,6 @@ DoubleCurrencyField::DoubleCurrencyField(Window* pParent, WinBits nStyle) } //------------------------------------------------------------------------------ -DoubleCurrencyField::DoubleCurrencyField(Window* pParent, const ResId& rResId) - :FormattedField(pParent, rResId) - ,m_bChangingFormat(sal_False) -{ - m_bPrependCurrSym = sal_False; - - // initialize with a system currency format - m_sCurrencySymbol = SvtSysLocale().GetLocaleData().getCurrSymbol(); - UpdateCurrencyFormat(); -} - -//------------------------------------------------------------------------------ void DoubleCurrencyField::FormatChanged(FORMAT_CHANGE_TYPE nWhat) { if (m_bChangingFormat) |