summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-07 09:51:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-07 09:55:58 +0200
commita7a2fa9303c226aef409ac032272908c6c08e4ee (patch)
tree4775dba406518a49c090b40cbdb8df146228e4c3 /sc/inc
parentf6eb92406bd366c557bc07810649e7ab3d1db614 (diff)
remove uncompiled source files
Maybe this can be completely replaced by SfxEnumItem Change-Id: I049dcd3e5a03f859f8b1dddad801db4ca772ef6a
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/drawattr.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/drawattr.hxx b/sc/inc/drawattr.hxx
index 8f9237fbc45b..a9082771d5b0 100644
--- a/sc/inc/drawattr.hxx
+++ b/sc/inc/drawattr.hxx
@@ -33,17 +33,9 @@ public:
SvxDrawToolItem(sal_uInt16 nWhichP) : SfxEnumItem(nWhichP){}
- virtual OUString GetValueText() const;
-
-
- virtual OUString GetValueText(sal_uInt16 nVal) const;
virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE
{return((sal_uInt16)SVX_SNAP_DRAW_TEXT);}
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
-
- virtual SfxPoolItem* Create( SvStream& rStream, sal_uInt16 nVer ) const SAL_OVERRIDE;
-
inline SvxDrawToolItem& operator=(const SvxDrawToolItem&
rDrawTool)
{