summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/drwbassh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/drwbassh.cxx')
-rw-r--r--sw/source/ui/shells/drwbassh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/shells/drwbassh.cxx b/sw/source/ui/shells/drwbassh.cxx
index 69e7bed8b5fe..1db86541c8ca 100644
--- a/sw/source/ui/shells/drwbassh.cxx
+++ b/sw/source/ui/shells/drwbassh.cxx
@@ -282,7 +282,7 @@ void SwDrawBaseShell::Execute(SfxRequest &rReq)
if (bCaption)
pSdrView->SetAttributes(*pOutSet);
- sal_Bool bPosCorr =
+ bool bPosCorr =
SFX_ITEM_SET != pOutSet->GetItemState(
SID_ATTR_TRANSFORM_POS_X, sal_False ) &&
SFX_ITEM_SET != pOutSet->GetItemState(
@@ -298,7 +298,7 @@ void SwDrawBaseShell::Execute(SfxRequest &rReq)
{
if(!bSingleSelection)
pSh->ChgAnchor(((const SfxInt16Item*)pAnchorItem)
- ->GetValue(), sal_False, bPosCorr );
+ ->GetValue(), false, bPosCorr );
else
{
SwFmtAnchor aAnchor(pFrmFmt->GetAnchor());