diff options
Diffstat (limited to 'include/svtools/fmtfield.hxx')
-rw-r--r-- | include/svtools/fmtfield.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/fmtfield.hxx b/include/svtools/fmtfield.hxx index fbc882edd335..e70f147677cc 100644 --- a/include/svtools/fmtfield.hxx +++ b/include/svtools/fmtfield.hxx @@ -255,7 +255,7 @@ protected: virtual SvNumberFormatter* CreateFormatter() { SetFormatter(StandardFormatter()); return m_pFormatter; } SvNumberFormatter* ImplGetFormatter() const { return m_pFormatter ? m_pFormatter : ((FormattedField*)this)->CreateFormatter(); } - long PreNotify(NotifyEvent& rNEvt); + bool PreNotify(NotifyEvent& rNEvt); virtual void ReFormat(); }; |