summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/drawattr.cxx')
-rw-r--r--sc/source/ui/view/drawattr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/drawattr.cxx b/sc/source/ui/view/drawattr.cxx
index 296f9b7bdf2f..8e630933731e 100644
--- a/sc/source/ui/view/drawattr.cxx
+++ b/sc/source/ui/view/drawattr.cxx
@@ -20,14 +20,14 @@
#include "drawattr.hxx"
#include "global.hxx"
-//------------------------------------------------------------------------
+
OUString SvxDrawToolItem::GetValueText() const
{
return GetValueText(GetValue());
}
-//------------------------------------------------------------------------
+
OUString SvxDrawToolItem::GetValueText( sal_uInt16 nVal ) const
{
@@ -50,14 +50,14 @@ OUString SvxDrawToolItem::GetValueText( sal_uInt16 nVal ) const
return OUString::createFromAscii( p );
}
-//------------------------------------------------------------------------
+
SfxPoolItem* SvxDrawToolItem::Clone( SfxItemPool * ) const
{
return new SvxDrawToolItem(*this);
}
-//------------------------------------------------------------------------
+
SfxPoolItem* SvxDrawToolItem::Create( SvStream& rStream, sal_uInt16 nVer ) const
{