summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-24 18:11:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-25 15:13:05 +0200
commit14ff4c2ca033f9d00a613eb28b65a3e16891c8f3 (patch)
treebfd4869a427ee33a45ceba884b95fc0d3d79fe06 /svtools/inc
parent578ce735cb3ee610e11202634128a29c7998ccbf (diff)
callcatcher: remove unused methods
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/fmtfield.hxx1
1 files changed, 0 insertions, 1 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);