summaryrefslogtreecommitdiff
path: root/svx/source/items/postattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/postattr.cxx')
-rw-r--r--svx/source/items/postattr.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/items/postattr.cxx b/svx/source/items/postattr.cxx
index 97cc424b3f70..1741b8f3f580 100644
--- a/svx/source/items/postattr.cxx
+++ b/svx/source/items/postattr.cxx
@@ -23,8 +23,6 @@
#include <svx/dialmgr.hxx>
-
-
SfxPoolItem* SvxPostItAuthorItem::CreateDefault() { return new SvxPostItAuthorItem(0); }
SfxPoolItem* SvxPostItDateItem::CreateDefault() { return new SvxPostItDateItem(0); }
SfxPoolItem* SvxPostItTextItem::CreateDefault() { return new SvxPostItTextItem(0); }
@@ -35,7 +33,6 @@ SvxPostItAuthorItem::SvxPostItAuthorItem( sal_uInt16 _nWhich )
}
-
SvxPostItAuthorItem::SvxPostItAuthorItem( const OUString& rAuthor,
sal_uInt16 _nWhich ) :
SfxStringItem( _nWhich, rAuthor )
@@ -43,7 +40,6 @@ SvxPostItAuthorItem::SvxPostItAuthorItem( const OUString& rAuthor,
}
-
bool SvxPostItAuthorItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -66,7 +62,6 @@ bool SvxPostItAuthorItem::GetPresentation
}
-
SfxPoolItem* SvxPostItAuthorItem::Clone( SfxItemPool * ) const
{
return new SvxPostItAuthorItem( *this );
@@ -78,7 +73,6 @@ SvxPostItDateItem::SvxPostItDateItem( sal_uInt16 _nWhich )
}
-
SvxPostItDateItem::SvxPostItDateItem( const OUString& rDate, sal_uInt16 _nWhich ) :
SfxStringItem( _nWhich, rDate )
@@ -86,7 +80,6 @@ SvxPostItDateItem::SvxPostItDateItem( const OUString& rDate, sal_uInt16 _nWhich
}
-
bool SvxPostItDateItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -109,7 +102,6 @@ bool SvxPostItDateItem::GetPresentation
}
-
SfxPoolItem* SvxPostItDateItem::Clone( SfxItemPool * ) const
{
return new SvxPostItDateItem( *this );
@@ -121,7 +113,6 @@ SvxPostItTextItem::SvxPostItTextItem( sal_uInt16 _nWhich )
}
-
SvxPostItTextItem::SvxPostItTextItem( const OUString& rText, sal_uInt16 _nWhich ) :
SfxStringItem( _nWhich, rText )
@@ -129,7 +120,6 @@ SvxPostItTextItem::SvxPostItTextItem( const OUString& rText, sal_uInt16 _nWhich
}
-
bool SvxPostItTextItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -152,7 +142,6 @@ bool SvxPostItTextItem::GetPresentation
}
-
SfxPoolItem* SvxPostItTextItem::Clone( SfxItemPool * ) const
{
return new SvxPostItTextItem( *this );