summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 09:31:43 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:28 +0200
commit2a4a74a49913ffd42315e2e34c8d58594cebbb95 (patch)
treec935439b997db416edddc3de31561b465e786a4a /sd/source/ui/view
parentab49749dfc405752230fb7c2a0416f37e55be032 (diff)
editeng: sal_Bool->bool
Change-Id: I3827611dc887985484aec7fa5506e15298ac916e
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/drviews3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx
index cd02fee85565..89e6ac9606ca 100644
--- a/sd/source/ui/view/drviews3.cxx
+++ b/sd/source/ui/view/drviews3.cxx
@@ -944,8 +944,8 @@ void DrawViewShell::GetRulerState(SfxItemSet& rSet)
rSet.DisableItem( SID_RULER_OBJECT );
// lock page margins
- aProtect.SetSizeProtect( sal_True );
- aProtect.SetPosProtect( sal_True );
+ aProtect.SetSizeProtect( true );
+ aProtect.SetPosProtect( true );
}
if( aEditAttr.GetItemState( EE_PARA_WRITINGDIR ) >= SFX_ITEM_AVAILABLE )