diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 10:02:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 11:18:37 +0000 |
commit | 1eeb20f3958666ec6ba6e0fcf52e92e5eb447a14 (patch) | |
tree | adc6eef7d5cc6a05e8a852d91e2793b91c21396d /include/vcl | |
parent | feff54d8ceeb42d5c9d7fec9b7ec1b99236c6dcb (diff) |
CurrencyFields cannot be loaded from .src anymore
Change-Id: I3ccdb71e39a13dc8c697d3a52dc693cff10c614d
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/field.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index 6e037fb81320..435bed63eb32 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -600,9 +600,8 @@ public: class VCL_DLLPUBLIC CurrencyField : public SpinField, public CurrencyFormatter { public: - CurrencyField( Window* pParent, WinBits nWinStyle ); - - ~CurrencyField(); + CurrencyField( Window* pParent, WinBits nWinStyle ); + ~CurrencyField(); virtual bool PreNotify( NotifyEvent& rNEvt ); virtual bool Notify( NotifyEvent& rNEvt ); |