summaryrefslogtreecommitdiff
path: root/include/vcl/longcurr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r--include/vcl/longcurr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index be53773e9021..cc08b9518a1d 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -92,7 +92,7 @@ public:
LongCurrencyField( Window* pParent, WinBits nWinStyle );
~LongCurrencyField();
- long PreNotify( NotifyEvent& rNEvt );
+ virtual bool PreNotify( NotifyEvent& rNEvt );
virtual bool Notify( NotifyEvent& rNEvt );
void Modify();
@@ -119,7 +119,7 @@ public:
LongCurrencyBox( Window* pParent, WinBits nWinStyle );
~LongCurrencyBox();
- long PreNotify( NotifyEvent& rNEvt );
+ virtual bool PreNotify( NotifyEvent& rNEvt );
virtual bool Notify( NotifyEvent& rNEvt );
void Modify();