summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppView.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-18 00:18:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-18 00:37:49 +0100
commit602c87b4259d118e5db6d8a990c4695103f916dd (patch)
tree1cbc6cf8309b680476f5116cd5320f8f6a99c32a /dbaccess/source/ui/app/AppView.hxx
parent-Werror,-Wunused-variable (diff)
downloadcore-602c87b4259d118e5db6d8a990c4695103f916dd.tar.gz
core-602c87b4259d118e5db6d8a990c4695103f916dd.zip
Window::PreNotify should return bool
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppView.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index 0e4b48d058a1..70569f5e6e6b 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -111,7 +111,7 @@ namespace dbaui
void setTaskExternalMnemonics( MnemonicGenerator& _rMnemonics );
// window overloads
- virtual long PreNotify( NotifyEvent& rNEvt );
+ virtual bool PreNotify( NotifyEvent& rNEvt );
virtual void GetFocus();
inline IApplicationController& getAppController() const { return m_rAppController; }