summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/ViewShellImplementation.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx
index bb263b6ff492..1ce1157ea255 100644
--- a/sd/source/ui/inc/ViewShellImplementation.hxx
+++ b/sd/source/ui/inc/ViewShellImplementation.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShellImplementation.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-03-21 17:29:33 $
+ * last change: $Author: hr $ $Date: 2006-10-24 13:36:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,8 +84,11 @@ public:
/** Release the lock. When the UI is captured
(Application::IsUICaptured() returns <TRUE/>) then the lock is
released later asynchronously.
+ @param bForce
+ When this flag is <TRUE/> then the lock is released even
+ when IsUICaptured() returns <TRUE/>.
*/
- void Release (void);
+ void Release (bool bForce = false);
DECL_LINK(TimeoutCallback,Timer*);
private:
::std::auto_ptr<sd::ToolBarManager::UpdateLock> mpLock;