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 --- sc/source/ui/condformat/condformatdlgentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/condformat') diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index f4e3949eeec7..1d944cab910c 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -62,7 +62,7 @@ ScCondFrmtEntry::~ScCondFrmtEntry() { } -long ScCondFrmtEntry::Notify( NotifyEvent& rNEvt ) +bool ScCondFrmtEntry::Notify( NotifyEvent& rNEvt ) { if( rNEvt.GetType() == EVENT_MOUSEBUTTONDOWN ) { -- cgit v1.2.3