summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/fmtfield.hxx1
-rw-r--r--svtools/source/control/fmtfield.cxx12
2 files changed, 0 insertions, 13 deletions
diff --git a/svtools/inc/svtools/fmtfield.hxx b/svtools/inc/svtools/fmtfield.hxx
index c7192392811d..a3e53c8ead79 100644
--- a/svtools/inc/svtools/fmtfield.hxx
+++ b/svtools/inc/svtools/fmtfield.hxx
@@ -333,7 +333,6 @@ class DoubleCurrencyField : public FormattedField
public:
DoubleCurrencyField(Window* pParent, WinBits nStyle = 0);
- DoubleCurrencyField(Window* pParent, const ResId& rResId);
XubString getCurrencySymbol() const { return m_sCurrencySymbol; }
void setCurrencySymbol(const XubString& _sSymbol);
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)