diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:03:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:03:53 +0000 |
commit | 4f11fb1c8f73f6ae46732261f08ad8a974b55e5a (patch) | |
tree | f12fc2ff8440f13f2f04372c793282be555f4ed8 /sw | |
parent | 00e7dc1ed04ce415e1205e05f8be434c96de07d0 (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')
-rw-r--r-- | sw/inc/ndhints.hxx | 10 |
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); } |