diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:36:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:36:21 +0000 |
commit | b436e5dab079bc9a26163a70979c2945053ebc13 (patch) | |
tree | a4080c17f4b7c9a5f455bd25ca6956d6b00fbe2b /sd | |
parent | eb1c57c8572bb32df8f791ca61574854355b38fc (diff) |
INTEGRATION: CWS impress108 (1.8.170); FILE MERGED
2006/10/05 14:27:28 af 1.8.170.1: #141146# Add bForce argument to ToolBarManagerLock::Release().
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/ViewShellImplementation.hxx | 9 |
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; |