diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 09:46:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 11:18:37 +0000 |
commit | 1de7c36a94a65cd3906f79066b33381df929b71b (patch) | |
tree | adad01d09a2e16bf533342441f9f2ad71fd89cf2 /include/vcl | |
parent | 4737ed363a93d1c1743fd38251a91a988fde5ce7 (diff) |
CurrencyBoxes cannot be loaded from .src anymore
Change-Id: I662aab01ecf5f78c4406838118ccea3988060521
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/field.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index e9bd9e5f4440..6e037fb81320 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -777,7 +777,6 @@ class VCL_DLLPUBLIC CurrencyBox : public ComboBox, public CurrencyFormatter { public: explicit CurrencyBox( Window* pParent, WinBits nWinStyle ); - explicit CurrencyBox( Window* pParent, const ResId& ); virtual ~CurrencyBox(); virtual bool PreNotify( NotifyEvent& rNEvt ); |