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.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/drawattr.hxx b/sc/inc/drawattr.hxx
index 4fd444c7c531..8792d38a6bcb 100644
--- a/sc/inc/drawattr.hxx
+++ b/sc/inc/drawattr.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,16 +42,16 @@ public:
SvxDrawToolItem(USHORT nWhichP) : SfxEnumItem(nWhichP){}
- virtual String GetValueText() const;
+ virtual String GetValueText() const;
- virtual String GetValueText(USHORT nVal) const;
- virtual USHORT GetValueCount() const
+ virtual String GetValueText(USHORT nVal) const;
+ virtual USHORT GetValueCount() const
{return((USHORT)SVX_SNAP_DRAW_TEXT);}
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create( SvStream& rStream, USHORT nVer ) const;
+ virtual SfxPoolItem* Create( SvStream& rStream, USHORT nVer ) const;
inline SvxDrawToolItem& operator=(const SvxDrawToolItem&
rDrawTool)