summaryrefslogtreecommitdiff
path: root/svl/source/items/sitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/sitem.cxx')
-rw-r--r--svl/source/items/sitem.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/sitem.cxx b/svl/source/items/sitem.cxx
index dee7a63b805b..b91b42808df8 100644
--- a/svl/source/items/sitem.cxx
+++ b/svl/source/items/sitem.cxx
@@ -24,7 +24,7 @@
SfxSetItem::SfxSetItem( sal_uInt16 which, const SfxItemSet &rSet) :
SfxPoolItem(which),
- pSet(rSet.Clone(sal_True))
+ pSet(rSet.Clone(true))
{
}
@@ -41,7 +41,7 @@ SfxSetItem::SfxSetItem( sal_uInt16 which, SfxItemSet *pS) :
SfxSetItem::SfxSetItem( const SfxSetItem& rCopy, SfxItemPool *pPool ) :
SfxPoolItem(rCopy.Which()),
- pSet(rCopy.pSet->Clone(sal_True, pPool))
+ pSet(rCopy.pSet->Clone(true, pPool))
{
}