diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-11-07 14:30:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-11-07 14:30:15 +0000 |
commit | 5375ab2bc92c77a84fb663eb2c1d440147c24ab3 (patch) | |
tree | 3800b20998acfdc608cec0539861b95b4d9c51c3 /desktop/source/app/dispatchwatcher.hxx | |
parent | 8988f9f50e699726889b6926ea7251488cd124b8 (diff) |
#i71280# Forward successfull terminate call to OpenClients to prevent opening default document (fix by CD).
Diffstat (limited to 'desktop/source/app/dispatchwatcher.hxx')
-rw-r--r-- | desktop/source/app/dispatchwatcher.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/dispatchwatcher.hxx b/desktop/source/app/dispatchwatcher.hxx index f266c04d4824..829884c86f87 100644 --- a/desktop/source/app/dispatchwatcher.hxx +++ b/desktop/source/app/dispatchwatcher.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dispatchwatcher.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:08:33 $ + * last change: $Author: rt $ $Date: 2006-11-07 15:30:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -120,7 +120,7 @@ class DispatchWatcher : public ::cppu::WeakImplHelper1< ::com::sun::star::frame: static DispatchWatcher* GetDispatchWatcher(); // execute new dispatch request - void executeDispatchRequests( const DispatchList& aDispatches ); + sal_Bool executeDispatchRequests( const DispatchList& aDispatches ); private: DispatchWatcher(); |