summaryrefslogtreecommitdiff
path: root/sw/inc/ndindex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ndindex.hxx')
-rw-r--r--sw/inc/ndindex.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx
index 51444abf210c..af3f8bc29a38 100644
--- a/sw/inc/ndindex.hxx
+++ b/sw/inc/ndindex.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,7 +51,7 @@ class SW_DLLPUBLIC SwNodeIndex
SwNode* pNd;
SwNodeIndex *pNext, *pPrev;
- void Remove(); // Ausketten
+ void Remove(); // Ausketten
// diese sind nicht erlaubt!
SwNodeIndex( SwNodes& rNds, USHORT nIdx );
@@ -102,7 +102,7 @@ public:
// Herausgabe des Pointers auf das NodesArray,
inline const SwNodes& GetNodes() const;
- inline SwNodes& GetNodes();
+ inline SwNodes& GetNodes();
SwNode& GetNode() const { return *pNd; }
};
@@ -243,7 +243,7 @@ inline SwNodeIndex& SwNodeIndex::operator=( ULONG nWert )
//JP 29.09.97: impl. steht im ndindex.hxx - sollte moeglichst bald auf die
-// neue Schnittstelle angepasst werden
+// neue Schnittstelle angepasst werden
inline SwNode* SwNodes::operator[]( const SwNodeIndex& rIdx ) const
{
return &rIdx.GetNode();