summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellImplementation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ViewShellImplementation.hxx')
-rwxr-xr-xsd/source/ui/inc/ViewShellImplementation.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx
index f4f07b5549dd..1b2451cad88a 100755
--- a/sd/source/ui/inc/ViewShellImplementation.hxx
+++ b/sd/source/ui/inc/ViewShellImplementation.hxx
@@ -78,11 +78,11 @@ public:
static ::boost::shared_ptr<ToolBarManagerLock> Create (
const ::boost::shared_ptr<ToolBarManager>& rpManager);
/** Release the lock. When the UI is captured
- (Application::IsUICaptured() returns <TRUE/>) then the lock is
+ (Application::IsUICaptured() returns <sal_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/>.
+ When this flag is <sal_True/> then the lock is released even
+ when IsUICaptured() returns <sal_True/>.
*/
void Release (bool bForce = false);
DECL_LINK(TimeoutCallback,Timer*);