diff options
Diffstat (limited to 'include/svx/rubydialog.hxx')
-rw-r--r-- | include/svx/rubydialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx index 0afca8cf2625..149f73aefa52 100644 --- a/include/svx/rubydialog.hxx +++ b/include/svx/rubydialog.hxx @@ -70,7 +70,7 @@ class RubyEdit : public Edit Link aScrollHdl; Link aJumpHdl; virtual void GetFocus(); - virtual long PreNotify( NotifyEvent& rNEvt ); + virtual bool PreNotify( NotifyEvent& rNEvt ); public: RubyEdit(Window* pParent, const ResId& rResId) : Edit(pParent, rResId) |