summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docsh2.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-03 00:44:38 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-03 10:31:48 +0900
commitddf1b13a52548a62f6bebd5d97b7b822d2075529 (patch)
tree31ce91a27e3e745d4c82346b5e68ecc44526e056 /sw/source/ui/app/docsh2.cxx
parent19a080540f68abd8800b15b140349b1318d33073 (diff)
sal_Bool to bool
Change-Id: I4040baa1a0202426df80a0ea94abde55e2b6ca65
Diffstat (limited to 'sw/source/ui/app/docsh2.cxx')
-rw-r--r--sw/source/ui/app/docsh2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx
index ea3c74b0ce0d..e30f8f7fbad0 100644
--- a/sw/source/ui/app/docsh2.cxx
+++ b/sw/source/ui/app/docsh2.cxx
@@ -264,7 +264,7 @@ void SwDocShell::Notify( SfxBroadcaster&, const SfxHint& rHint )
if( nAction )
{
- sal_Bool bUnlockView = sal_True; //initializing prevents warning
+ bool bUnlockView = true; //initializing prevents warning
if( pWrtShell )
{
bUnlockView = !pWrtShell->IsViewLocked();