summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtpdsc.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:24:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:24:13 +0000
commite1051748692694497dd0b725649cd5e0ba358e3c (patch)
tree8fc13dabe11c1cad4266d28db0b2888de5b8bf98 /sw/inc/fmtpdsc.hxx
parentINTEGRATION: CWS writercorehandoff (1.8.272); FILE MERGED (diff)
downloadcore-e1051748692694497dd0b725649cd5e0ba358e3c.tar.gz
core-e1051748692694497dd0b725649cd5e0ba358e3c.zip
INTEGRATION: CWS writercorehandoff (1.10.272); FILE MERGED
2005/09/13 11:32:58 tra 1.10.272.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:09:57 fme 1.10.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r--sw/inc/fmtpdsc.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx
index a14cc95f5528..670c8254ef89 100644
--- a/sw/inc/fmtpdsc.hxx
+++ b/sw/inc/fmtpdsc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmtpdsc.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:52:18 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:24:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,10 +105,6 @@ public:
// erfrage/setze, wo drin das Attribut verankert ist
inline const SwModify* GetDefinedIn() const { return pDefinedIn; }
void ChgDefinedIn( const SwModify* pNew ) { pDefinedIn = (SwModify*)pNew; }
-
- // fuer den SW3-Reader:
- USHORT GetDescNameIdx() const { return nDescNameIdx; }
- void SetDescNameIdx( USHORT n ) { nDescNameIdx = n; }
};