summaryrefslogtreecommitdiff
path: root/include/svtools/urlcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/urlcontrol.hxx')
-rw-r--r--include/svtools/urlcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/urlcontrol.hxx b/include/svtools/urlcontrol.hxx
index 2bc4d8520b13..155094ebfecb 100644
--- a/include/svtools/urlcontrol.hxx
+++ b/include/svtools/urlcontrol.hxx
@@ -41,7 +41,7 @@ namespace svt
protected:
virtual long PreNotify( NotifyEvent& rNEvt );
- virtual long Notify( NotifyEvent& rNEvt );
+ virtual bool Notify( NotifyEvent& rNEvt );
};
//.........................................................................