summaryrefslogtreecommitdiff
path: root/sw/inc/ndhints.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:27:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:27:11 +0000
commit91618ea7d31a17401734ad15974db0cc25c9fe37 (patch)
tree8d8fac6d3c5eddb1aef98228d9f7ed1a7f5622f9 /sw/inc/ndhints.hxx
parentf6310a0068c1dc5cf38373c134e2f9db5b45ca6d (diff)
INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED
2005/09/13 11:42:30 tra 1.6.466.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:10:05 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r--sw/inc/ndhints.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx
index a7c81b55a82d..7dff590e223a 100644
--- a/sw/inc/ndhints.hxx
+++ b/sw/inc/ndhints.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndhints.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:01:31 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:27:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -107,9 +107,6 @@ public:
{ return SwpHtStart::operator[](nIdx); }
inline USHORT Count() const { return SwpHtStart::Count(); }
- // Methoden vom PtrArr weiterreichen, wird fuer Node::_Cut benoetigt
- const SwTxtAttr** GetData() const { return SwpHtStart::GetData(); }
-
#ifndef PRODUCT
BOOL Check() const;
#endif
@@ -178,10 +175,8 @@ public:
const USHORT i, const USHORT nWhich,
const xub_StrLen nStrt, const xub_StrLen nEnd );
- inline BOOL HasFntChg() const { return bFntChg; }
inline BOOL HasFtn() const { return bFtn; }
inline BOOL IsInSplitNode() const { return bInSplitNode; }
- inline BOOL HasDDEFld() const { return bDDEFlds; }
// Konstruktor (wird im nur einmal benutzt!)
SwpHints()