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.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/view/drawattr.cxx b/sc/source/ui/view/drawattr.cxx
index de9f5c4ffd14..653b1b8ec20e 100644
--- a/sc/source/ui/view/drawattr.cxx
+++ b/sc/source/ui/view/drawattr.cxx
@@ -20,15 +20,11 @@
#include "drawattr.hxx"
#include "global.hxx"
-
-
OUString SvxDrawToolItem::GetValueText() const
{
return GetValueText(GetValue());
}
-
-
OUString SvxDrawToolItem::GetValueText( sal_uInt16 nVal ) const
{
const sal_Char* p;
@@ -50,15 +46,11 @@ 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
{
sal_uInt16 nVal;
@@ -66,6 +58,4 @@ SfxPoolItem* SvxDrawToolItem::Create( SvStream& rStream, sal_uInt16 nVer ) const
return new SvxDrawToolItem(nVal);
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */