summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/paratr.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx
index a4695859cd0c..dedd92f104a0 100644
--- a/sw/inc/paratr.hxx
+++ b/sw/inc/paratr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: paratr.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:04:45 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:29:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -119,10 +119,6 @@ public:
inline USHORT GetDistance() const { return nDistance; }
inline USHORT &GetDistance() { return nDistance; }
- // fuer den Sw3-Reader: CharFormat-Id (Pool laden!)
- inline USHORT GetReadFmt() const { return nReadFmt; }
- inline void SetReadFmt( USHORT n ) { nReadFmt = n; }
-
inline const SwCharFmt *GetCharFmt() const { return (SwCharFmt*)pRegisteredIn; }
inline SwCharFmt *GetCharFmt() { return (SwCharFmt*)pRegisteredIn; }
void SetCharFmt( SwCharFmt *pNew );