summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node2lay.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/node2lay.cxx')
-rw-r--r--sw/source/core/docnode/node2lay.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/docnode/node2lay.cxx b/sw/source/core/docnode/node2lay.cxx
index 6f8f495d213c..3ff7287a3ad0 100644
--- a/sw/source/core/docnode/node2lay.cxx
+++ b/sw/source/core/docnode/node2lay.cxx
@@ -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
@@ -30,7 +30,7 @@
#include "precompiled_sw.hxx"
-#include <calbck.hxx> // SwClientIter
+#include <calbck.hxx> // SwClientIter
#include <node.hxx>
#include <ndindex.hxx>
#include <swtable.hxx>
@@ -53,8 +53,8 @@ class SwNode2LayImpl
SwClientIter *pIter; // Der eigentliche Iterator
SvPtrarr *pUpperFrms;// Zum Einsammeln der Upper
ULONG nIndex; // Der Index des einzufuegenden Nodes
- BOOL bMaster : 1; // TRUE => nur Master , FALSE => nur Frames ohne Follow
- BOOL bInit : 1; // Ist am SwClient bereits ein First()-Aufruf erfolgt?
+ BOOL bMaster : 1; // TRUE => nur Master , FALSE => nur Frames ohne Follow
+ BOOL bInit : 1; // Ist am SwClient bereits ein First()-Aufruf erfolgt?
public:
SwNode2LayImpl( const SwNode& rNode, ULONG nIdx, BOOL bSearch );
~SwNode2LayImpl() { delete pIter; delete pUpperFrms; }