From 04683f14883f4cd64febadd71b327639f1e7edcc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 17 Jan 2014 16:40:50 +0100 Subject: Window::Notify should return bool Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe --- sfx2/source/inc/partwnd.hxx | 2 +- sfx2/source/inc/templdgi.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/inc') diff --git a/sfx2/source/inc/partwnd.hxx b/sfx2/source/inc/partwnd.hxx index 7dd94611bf55..0ecf7e55557f 100644 --- a/sfx2/source/inc/partwnd.hxx +++ b/sfx2/source/inc/partwnd.hxx @@ -61,7 +61,7 @@ class SfxPartDockWnd_Impl : public SfxDockingWindow { protected: virtual void Resize(); - virtual long Notify( NotifyEvent& rNEvt ); + virtual bool Notify( NotifyEvent& rNEvt ); public: SfxPartDockWnd_Impl( SfxBindings* pBindings, diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index 0011aed2796c..3520a5b4efa4 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -73,7 +73,7 @@ public: sal_uInt16 GetModifier() const { return nModifier; } - virtual long Notify( NotifyEvent& rNEvt ); + virtual bool Notify( NotifyEvent& rNEvt ); }; // class SfxActionListBox ------------------------------------------------ -- cgit