summaryrefslogtreecommitdiff
path: root/sw/inc/paratr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:29:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:29:29 +0000
commitf0b4cd4e14463f7d0f11f872c75e6356ccc1d63e (patch)
tree4992b0923b5fd60766ea04dbe21daa78ce1947b6 /sw/inc/paratr.hxx
parent72379264ab5d5e87e7fd2fc8e1142aae700bf405 (diff)
INTEGRATION: CWS writercorehandoff (1.12.88); FILE MERGED
2005/09/13 11:47:58 tra 1.12.88.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:10:11 fme 1.12.88.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/paratr.hxx')
-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 );