summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/attributeproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/attributeproperties.cxx')
-rw-r--r--svx/source/sdr/properties/attributeproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx
index 3f80270cfa08..a9d047922711 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -437,7 +437,7 @@ namespace sdr
while(nWhich)
{
- if(mpItemSet->GetItemState(nWhich, sal_False) == SFX_ITEM_SET)
+ if(mpItemSet->GetItemState(nWhich, false) == SFX_ITEM_SET)
{
pNewSet->Put(mpItemSet->Get(nWhich));
}