summaryrefslogtreecommitdiff
path: root/svl/source/items/cintitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/cintitem.cxx')
-rw-r--r--svl/source/items/cintitem.cxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/svl/source/items/cintitem.cxx b/svl/source/items/cintitem.cxx
index 07728df344b2..0f522f7a9260 100644
--- a/svl/source/items/cintitem.cxx
+++ b/svl/source/items/cintitem.cxx
@@ -61,12 +61,11 @@ bool CntByteItem::PutValue(const css::uno::Any& rVal, sal_uInt8)
}
// virtual
-SfxPoolItem * CntByteItem::Clone(SfxItemPool *) const
+CntByteItem* CntByteItem::Clone(SfxItemPool *) const
{
return new CntByteItem(*this);
}
-
// virtual
bool CntUInt16Item::operator ==(const SfxPoolItem & rItem) const
{
@@ -109,12 +108,11 @@ bool CntUInt16Item::PutValue(const css::uno::Any& rVal, sal_uInt8)
}
// virtual
-SfxPoolItem * CntUInt16Item::Clone(SfxItemPool *) const
+CntUInt16Item* CntUInt16Item::Clone(SfxItemPool *) const
{
return new CntUInt16Item(*this);
}
-
// virtual
bool CntInt32Item::operator ==(const SfxPoolItem & rItem) const
{
@@ -155,12 +153,11 @@ bool CntInt32Item::PutValue(const css::uno::Any& rVal, sal_uInt8)
}
// virtual
-SfxPoolItem * CntInt32Item::Clone(SfxItemPool *) const
+CntInt32Item* CntInt32Item::Clone(SfxItemPool *) const
{
return new CntInt32Item(*this);
}
-
// virtual
bool CntUInt32Item::operator ==(const SfxPoolItem & rItem) const
{
@@ -204,7 +201,7 @@ bool CntUInt32Item::PutValue(const css::uno::Any& rVal, sal_uInt8)
}
// virtual
-SfxPoolItem * CntUInt32Item::Clone(SfxItemPool *) const
+CntUInt32Item* CntUInt32Item::Clone(SfxItemPool *) const
{
return new CntUInt32Item(*this);
}