summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/uiitems.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/utlui/uiitems.cxx')
-rw-r--r--sw/source/uibase/utlui/uiitems.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/utlui/uiitems.cxx b/sw/source/uibase/utlui/uiitems.cxx
index 20f9d48be8d8..dd520f91d77e 100644
--- a/sw/source/uibase/utlui/uiitems.cxx
+++ b/sw/source/uibase/utlui/uiitems.cxx
@@ -40,11 +40,11 @@ SwPageFootnoteInfoItem::SwPageFootnoteInfoItem( SwPageFootnoteInfo const & rInfo
{
}
- SwPageFootnoteInfoItem::~SwPageFootnoteInfoItem()
+SwPageFootnoteInfoItem::~SwPageFootnoteInfoItem()
{
}
-SfxPoolItem* SwPageFootnoteInfoItem::Clone( SfxItemPool * /*pPool*/ ) const
+SwPageFootnoteInfoItem* SwPageFootnoteInfoItem::Clone( SfxItemPool * /*pPool*/ ) const
{
return new SwPageFootnoteInfoItem( *this );
}
@@ -197,7 +197,7 @@ SwPtrItem::SwPtrItem( const sal_uInt16 nId, void* pPtr ) :
// Cloning
-SfxPoolItem* SwPtrItem::Clone( SfxItemPool * /*pPool*/ ) const
+SwPtrItem* SwPtrItem::Clone( SfxItemPool * /*pPool*/ ) const
{
return new SwPtrItem( *this );
}
@@ -225,7 +225,7 @@ SwUINumRuleItem::~SwUINumRuleItem()
{
}
-SfxPoolItem* SwUINumRuleItem::Clone( SfxItemPool * /*pPool*/ ) const
+SwUINumRuleItem* SwUINumRuleItem::Clone( SfxItemPool * /*pPool*/ ) const
{
return new SwUINumRuleItem( *this );
}
@@ -262,7 +262,7 @@ SwPaMItem::SwPaMItem( const sal_uInt16 nId, SwPaM* pPaM ) :
{
}
-SfxPoolItem* SwPaMItem::Clone( SfxItemPool * /*pPool*/ ) const
+SwPaMItem* SwPaMItem::Clone( SfxItemPool * /*pPool*/ ) const
{
return new SwPaMItem( *this );
}