summaryrefslogtreecommitdiff
path: root/sw/source/core/draw/dpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/draw/dpage.cxx')
-rw-r--r--sw/source/core/draw/dpage.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/core/draw/dpage.cxx b/sw/source/core/draw/dpage.cxx
index 694599181b81..0ac98e34df5d 100644
--- a/sw/source/core/draw/dpage.cxx
+++ b/sw/source/core/draw/dpage.cxx
@@ -1,7 +1,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
@@ -78,10 +78,10 @@ SwDPage::~SwDPage()
/*************************************************************************
|*
-|* SwDPage::ReplaceObject()
+|* SwDPage::ReplaceObject()
|*
-|* Ersterstellung MA 07. Aug. 95
-|* Letzte Aenderung MA 07. Aug. 95
+|* Ersterstellung MA 07. Aug. 95
+|* Letzte Aenderung MA 07. Aug. 95
|*
*************************************************************************/
@@ -98,10 +98,10 @@ SdrObject* SwDPage::ReplaceObject( SdrObject* pNewObj, ULONG nObjNum )
/*************************************************************************
|*
-|* SwDPage::GetGridFrameList()
+|* SwDPage::GetGridFrameList()
|*
-|* Ersterstellung MA 04. Sep. 95
-|* Letzte Aenderung MA 15. Feb. 96
+|* Ersterstellung MA 04. Sep. 95
+|* Letzte Aenderung MA 15. Feb. 96
|*
*************************************************************************/
@@ -136,7 +136,7 @@ const SdrPageGridFrameList* SwDPage::GetGridFrameList(
const SwRect aRect( *pRect );
const SwFrm *pPg = pSh->GetLayout()->Lower();
do
- { if ( pPg->Frm().IsOver( aRect ) )
+ { if ( pPg->Frm().IsOver( aRect ) )
::InsertGridFrame( ((SwDPage*)this)->pGridLst, pPg );
pPg = pPg->GetNext();
} while ( pPg );
@@ -147,7 +147,7 @@ const SdrPageGridFrameList* SwDPage::GetGridFrameList(
const SwFrm *pPg = pSh->Imp()->GetFirstVisPage();
if ( pPg )
do
- { ::InsertGridFrame( ((SwDPage*)this)->pGridLst, pPg );
+ { ::InsertGridFrame( ((SwDPage*)this)->pGridLst, pPg );
pPg = pPg->GetNext();
} while ( pPg && pPg->Frm().IsOver( pSh->VisArea() ) );
}