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 --- cui/source/inc/hltpbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/hltpbase.hxx') diff --git a/cui/source/inc/hltpbase.hxx b/cui/source/inc/hltpbase.hxx index f765be926b73..874b2930365e 100644 --- a/cui/source/inc/hltpbase.hxx +++ b/cui/source/inc/hltpbase.hxx @@ -61,7 +61,7 @@ protected: virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ); - virtual long Notify( NotifyEvent& rNEvt ); + virtual bool Notify( NotifyEvent& rNEvt ); virtual void Select(); virtual void Modify(); virtual long PreNotify( NotifyEvent& rNEvt ); -- cgit