summaryrefslogtreecommitdiff
path: root/sw/inc/ndhints.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:03:53 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:03:53 +0000
commit4f11fb1c8f73f6ae46732261f08ad8a974b55e5a (patch)
treef12fc2ff8440f13f2f04372c793282be555f4ed8 /sw/inc/ndhints.hxx
parent00e7dc1ed04ce415e1205e05f8be434c96de07d0 (diff)
INTEGRATION: CWS tune05 (1.5.170); FILE MERGED
2004/06/23 13:07:04 cmc 1.5.170.1: #i30554# remove unused code inside #ifdef USED guards
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r--sw/inc/ndhints.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx
index bb27bc7e1498..3f994c8fa15b 100644
--- a/sw/inc/ndhints.hxx
+++ b/sw/inc/ndhints.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndhints.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 15:23:16 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:03:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,12 +128,6 @@ public:
{ return SwpHtStart::GetPos( pHt ); }
#endif
-#ifdef USED
- // Der Zugriffsoperator soll bald nur noch const sein!
- inline SwTxtAttr *operator[]( const USHORT nIdx ) { return SwpHtStart::operator[](nIdx); }
-#endif
-
-
inline SwTxtAttr *GetHt( const USHORT nIdx ) { return SwpHtStart::operator[](nIdx); }
inline const SwTxtAttr *operator[]( const USHORT nIdx )const
{ return SwpHtStart::operator[](nIdx); }