summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdattr.cxx')
-rw-r--r--svx/source/svdraw/svdattr.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx
index 403a8d1d9def..410c4e0bf4f3 100644
--- a/svx/source/svdraw/svdattr.cxx
+++ b/svx/source/svdraw/svdattr.cxx
@@ -641,9 +641,9 @@ void SdrItemPool::TakeItemName(sal_uInt16 nWhich, OUString& rItemName)
rItemName = ResId( nResId, *pResMgr );
}
-////////////////////////////////////////////////////////////////////////////////
+
// FractionItem
-////////////////////////////////////////////////////////////////////////////////
+
TYPEINIT1_AUTOFACTORY(SdrFractionItem,SfxPoolItem);
@@ -709,9 +709,9 @@ SfxPoolItem* SdrFractionItem::Clone(SfxItemPool * /*pPool*/) const
return new SdrFractionItem(Which(),GetValue());
}
-////////////////////////////////////////////////////////////////////////////////
+
// ScaleItem
-////////////////////////////////////////////////////////////////////////////////
+
TYPEINIT1_AUTOFACTORY(SdrScaleItem,SdrFractionItem);
@@ -751,9 +751,9 @@ SfxPoolItem* SdrScaleItem::Clone(SfxItemPool * /*pPool*/) const
return new SdrScaleItem(Which(),GetValue());
}
-////////////////////////////////////////////////////////////////////////////////
+
// OnOffItem
-////////////////////////////////////////////////////////////////////////////////
+
TYPEINIT1_AUTOFACTORY(SdrOnOffItem,SfxBoolItem);
@@ -993,9 +993,9 @@ SfxItemPresentation SdrMetricItem::GetPresentation(SfxItemPresentation ePres,
return ePres;
}
-////////////////////////////////////////////////////////////////////////////////
+
// items of the legend object
-////////////////////////////////////////////////////////////////////////////////
+
TYPEINIT1_AUTOFACTORY(SdrCaptionTypeItem,SfxEnumItem);
@@ -1049,9 +1049,9 @@ SfxItemPresentation SdrCaptionEscDirItem::GetPresentation(SfxItemPresentation eP
return ePres;
}
-////////////////////////////////////////////////////////////////////////////////
+
// MiscItems
-////////////////////////////////////////////////////////////////////////////////
+
// FitToSize
TYPEINIT1_AUTOFACTORY(SdrTextFitToSizeTypeItem,SfxEnumItem);