summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndsect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/ndsect.cxx')
-rw-r--r--sw/source/core/docnode/ndsect.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/core/docnode/ndsect.cxx b/sw/source/core/docnode/ndsect.cxx
index 25994a475e88..4ce74c6b85b3 100644
--- a/sw/source/core/docnode/ndsect.cxx
+++ b/sw/source/core/docnode/ndsect.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
@@ -219,7 +219,7 @@ SwDoc::InsertSwSection(SwPaM const& rRange, SwSectionData & rNewData,
while( pPrvNd != aEnd.GetNode().StartOfSectionNode() )
aEnd++;
- --aEnd; // im InsertSection ist Ende inclusive
+ --aEnd; // im InsertSection ist Ende inclusive
pNewSectNode = GetNodes().InsertTextSection(
aStt, *pFmt, rNewData, pTOXBase, & aEnd);
}
@@ -464,7 +464,7 @@ USHORT SwDoc::IsInsRegionAvailable( const SwPaM& rRange,
aIdx++;
} while( aIdx.GetNode().IsEndNode() &&
0 != aIdx.GetNode().FindSectionNode() );
-// if( !aIdx.GetNode().IsEndNode() )
+// if( !aIdx.GetNode().IsEndNode() )
{
nRet = 2;
if( ppSttNd )
@@ -582,8 +582,8 @@ void SwDoc::DelSectionFmt( SwSectionFmt *pFmt, BOOL bDelNodes )
nPos = pSectionFmtTbl->GetPos( pFmt );
// ACHTUNG: erst aus dem Array entfernen und dann loeschen.
- // Der Section-DTOR versucht selbst noch sein Format
- // zu loeschen!
+ // Der Section-DTOR versucht selbst noch sein Format
+ // zu loeschen!
pSectionFmtTbl->Remove( nPos );
//FEATURE::CONDCOLL
ULONG nCnt = 0, nSttNd = 0;
@@ -830,7 +830,7 @@ SwSectionNode* SwNodes::InsertTextSection(SwNodeIndex const& rNdIdx,
bool const bInsAtStart, bool const bCreateFrms)
{
SwNodeIndex aInsPos( rNdIdx );
- if( !pEnde ) // kein Bereich also neue Section davor/hinter anlegen
+ if( !pEnde ) // kein Bereich also neue Section davor/hinter anlegen
{
// #i26762#
OSL_ENSURE(!pEnde || rNdIdx <= *pEnde,
@@ -904,7 +904,7 @@ SwSectionNode* SwNodes::InsertTextSection(SwNodeIndex const& rNdIdx,
if( pCpyTNd->HasSwAttrSet() )
{
// Task 70955 - move PageDesc/Break to the first Node of the
- // section
+ // section
const SfxItemSet& rSet = *pCpyTNd->GetpSwAttrSet();
if( SFX_ITEM_SET == rSet.GetItemState( RES_BREAK ) ||
SFX_ITEM_SET == rSet.GetItemState( RES_PAGEDESC ))
@@ -955,7 +955,7 @@ SwSectionNode* SwNodes::InsertTextSection(SwNodeIndex const& rNdIdx,
SwNode* pNd = (*this)[n];
//JP 30.04.99: Bug 65644 - alle in der NodeSection liegenden
- // Sections unter die neue haengen
+ // Sections unter die neue haengen
if( ULONG_MAX == nSkipIdx )
pNd->pStartOfSection = pSectNd;
else if( n >= nSkipIdx )
@@ -1276,9 +1276,9 @@ void SwSectionNode::DelFrms()
m_pSection->m_Data.SetHiddenFlag(true);
// Bug 30582: falls der Bereich in Fly oder TabellenBox ist, dann
- // kann er nur "gehiddet" werden, wenn weiterer Content
- // vorhanden ist, der "Frames" haelt. Sonst hat der
- // Fly/TblBox-Frame keinen Lower !!!
+ // kann er nur "gehiddet" werden, wenn weiterer Content
+ // vorhanden ist, der "Frames" haelt. Sonst hat der
+ // Fly/TblBox-Frame keinen Lower !!!
{
SwNodeIndex aIdx( *this );
if( !rNds.GoPrevSection( &aIdx, TRUE, FALSE ) ||
@@ -1351,7 +1351,7 @@ SwSectionNode* SwSectionNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) c
pNewSect->SetEditInReadonly( TRUE );
// <--
- SwNodeRange aRg( *this, +1, *EndOfSectionNode() ); // (wo stehe in denn nun ??)
+ SwNodeRange aRg( *this, +1, *EndOfSectionNode() ); // (wo stehe in denn nun ??)
rNds._Copy( aRg, aInsPos, FALSE );
// loesche alle Frames vom kopierten Bereich, diese werden beim
@@ -1359,7 +1359,7 @@ SwSectionNode* SwSectionNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) c
pSectNd->DelFrms();
// dann kopiere auch noch die Links/Server
- if( pNewSect->IsLinkType() ) // den Link eintragen
+ if( pNewSect->IsLinkType() ) // den Link eintragen
pNewSect->CreateLink( pDoc->GetRootFrm() ? CREATE_CONNECT
: CREATE_NONE );