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/dialog/backingwindow.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/dialog/backingwindow.hxx') diff --git a/sfx2/source/dialog/backingwindow.hxx b/sfx2/source/dialog/backingwindow.hxx index 948265fa96b6..526a91b5e644 100644 --- a/sfx2/source/dialog/backingwindow.hxx +++ b/sfx2/source/dialog/backingwindow.hxx @@ -107,7 +107,7 @@ public: virtual void Paint( const Rectangle& rRect ); virtual void Resize(); - virtual long Notify( NotifyEvent& rNEvt ); + virtual bool Notify( NotifyEvent& rNEvt ); virtual Size GetOptimalSize() const; -- cgit