summaryrefslogtreecommitdiff
path: root/sc/inc/drawattr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/drawattr.hxx')
-rw-r--r--sc/inc/drawattr.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/drawattr.hxx b/sc/inc/drawattr.hxx
index a9082771d5b0..de40d49aefa0 100644
--- a/sc/inc/drawattr.hxx
+++ b/sc/inc/drawattr.hxx
@@ -22,7 +22,6 @@
#include <svl/eitem.hxx>
#include <editeng/svxenum.hxx>
-
class SvxDrawToolItem : public SfxEnumItem
{
public:
@@ -32,7 +31,6 @@ public:
SvxDrawToolItem(sal_uInt16 nWhichP) : SfxEnumItem(nWhichP){}
-
virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE
{return((sal_uInt16)SVX_SNAP_DRAW_TEXT);}
@@ -46,5 +44,4 @@ public:
};
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */