summaryrefslogtreecommitdiff
path: root/svx/source/items/drawitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/drawitem.cxx')
-rw-r--r--svx/source/items/drawitem.cxx37
1 files changed, 0 insertions, 37 deletions
diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx
index 93a981918639..89710db5431b 100644
--- a/svx/source/items/drawitem.cxx
+++ b/svx/source/items/drawitem.cxx
@@ -30,12 +30,6 @@ TYPEINIT1_FACTORY( SvxBitmapListItem, SfxPoolItem , new SvxBitmapListItem );
TYPEINIT1_FACTORY( SvxDashListItem, SfxPoolItem , new SvxDashListItem );
TYPEINIT1_FACTORY( SvxLineEndListItem, SfxPoolItem , new SvxLineEndListItem );
-
-
-// SvxColorListItem
-
-
-
SvxColorListItem::SvxColorListItem()
{
}
@@ -98,12 +92,6 @@ bool svtype::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 ) \
QUERY_PUT_IMPL( SvxColorListItem, ColorList )
-
-
-// SvxGradientListItem
-
-
-
SvxGradientListItem::SvxGradientListItem()
{
}
@@ -151,12 +139,6 @@ SfxPoolItem* SvxGradientListItem::Clone( SfxItemPool * ) const
QUERY_PUT_IMPL( SvxGradientListItem, GradientList )
-
-
-// SvxHatchListItem
-
-
-
SvxHatchListItem::SvxHatchListItem()
{
}
@@ -204,13 +186,6 @@ SfxPoolItem* SvxHatchListItem::Clone( SfxItemPool * ) const
QUERY_PUT_IMPL( SvxHatchListItem, HatchList )
-
-
-
-// SvxBitmapListItem
-
-
-
SvxBitmapListItem::SvxBitmapListItem()
{
}
@@ -252,12 +227,6 @@ SfxPoolItem* SvxBitmapListItem::Clone( SfxItemPool * ) const
QUERY_PUT_IMPL( SvxBitmapListItem, BitmapList )
-
-
-// SvxDashListItem
-
-
-
SvxDashListItem::SvxDashListItem() :
pDashList( 0 )
{
@@ -300,12 +269,6 @@ SfxPoolItem* SvxDashListItem::Clone( SfxItemPool * ) const
QUERY_PUT_IMPL( SvxDashListItem, DashList )
-
-
-// SvxLineEndListItem
-
-
-
SvxLineEndListItem::SvxLineEndListItem()
{
}