diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-17 16:40:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-17 16:42:29 +0100 |
commit | 04683f14883f4cd64febadd71b327639f1e7edcc (patch) | |
tree | d1195eec7abc45fcf3b28776278f3856638a4a32 /include/svtools/fileurlbox.hxx | |
parent | 734cf8395d745db73f52fd6d625d7deb77ba6d40 (diff) |
Window::Notify should return bool
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
Diffstat (limited to 'include/svtools/fileurlbox.hxx')
-rw-r--r-- | include/svtools/fileurlbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/fileurlbox.hxx b/include/svtools/fileurlbox.hxx index 5c8274a22b93..7ff42f542b46 100644 --- a/include/svtools/fileurlbox.hxx +++ b/include/svtools/fileurlbox.hxx @@ -41,7 +41,7 @@ namespace svt protected: virtual long PreNotify( NotifyEvent& rNEvt ); - virtual long Notify( NotifyEvent& rNEvt ); + virtual bool Notify( NotifyEvent& rNEvt ); public: /** transforms the given URL content into a system-dependent notation, if possible, and |