summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdundo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdundo.cxx')
-rw-r--r--svx/source/svdraw/svdundo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index 3ec558a41888..2e1ab7a01027 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -390,7 +390,7 @@ void SdrUndoAttrObj::Undo()
while(nWhich)
{
- if(SFX_ITEM_SET != pUndoSet->GetItemState(nWhich, sal_False))
+ if(SFX_ITEM_SET != pUndoSet->GetItemState(nWhich, false))
{
pObj->ClearMergedItem(nWhich);
}
@@ -467,7 +467,7 @@ void SdrUndoAttrObj::Redo()
while(nWhich)
{
- if(SFX_ITEM_SET != pRedoSet->GetItemState(nWhich, sal_False))
+ if(SFX_ITEM_SET != pRedoSet->GetItemState(nWhich, false))
{
pObj->ClearMergedItem(nWhich);
}