summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtcache.cxx')
-rw-r--r--sw/source/core/text/txtcache.cxx60
1 files changed, 30 insertions, 30 deletions
diff --git a/sw/source/core/text/txtcache.cxx b/sw/source/core/text/txtcache.cxx
index defef8067aaa..61b17479c86c 100644
--- a/sw/source/core/text/txtcache.cxx
+++ b/sw/source/core/text/txtcache.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
@@ -39,10 +39,10 @@
/*************************************************************************
|*
-|* SwTxtLine::SwTxtLine(), ~SwTxtLine()
+|* SwTxtLine::SwTxtLine(), ~SwTxtLine()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 16. Mar. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 16. Mar. 94
|*
|*************************************************************************/
@@ -59,10 +59,10 @@ SwTxtLine::~SwTxtLine()
/*************************************************************************
|*
-|* SwTxtLineAccess::NewObj()
+|* SwTxtLineAccess::NewObj()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 16. Mar. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 16. Mar. 94
|*
|*************************************************************************/
@@ -73,10 +73,10 @@ SwCacheObj *SwTxtLineAccess::NewObj()
/*************************************************************************
|*
-|* SwTxtLineAccess::GetPara()
+|* SwTxtLineAccess::GetPara()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 16. Mar. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 16. Mar. 94
|*
|*************************************************************************/
@@ -98,10 +98,10 @@ SwParaPortion *SwTxtLineAccess::GetPara()
/*************************************************************************
|*
-|* SwTxtLineAccess::SwTxtLineAccess()
+|* SwTxtLineAccess::SwTxtLineAccess()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 16. Mar. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 16. Mar. 94
|*
|*************************************************************************/
@@ -112,10 +112,10 @@ SwTxtLineAccess::SwTxtLineAccess( const SwTxtFrm *pOwn ) :
/*************************************************************************
|*
-|* SwTxtLineAccess::IsAvailable
+|* SwTxtLineAccess::IsAvailable
|*
-|* Ersterstellung MA 23. Mar. 94
-|* Letzte Aenderung MA 23. Mar. 94
+|* Ersterstellung MA 23. Mar. 94
+|* Letzte Aenderung MA 23. Mar. 94
|*
|*************************************************************************/
@@ -128,10 +128,10 @@ sal_Bool SwTxtLineAccess::IsAvailable() const
/*************************************************************************
|*
-|* SwTxtFrm::HasPara()
+|* SwTxtFrm::HasPara()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 22. Aug. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 22. Aug. 94
|*
|*************************************************************************/
@@ -152,17 +152,17 @@ sal_Bool SwTxtFrm::_HasPara() const
/*************************************************************************
|*
-|* SwTxtFrm::GetPara()
+|* SwTxtFrm::GetPara()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 22. Aug. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 22. Aug. 94
|*
|*************************************************************************/
SwParaPortion *SwTxtFrm::GetPara()
{
if ( GetCacheIdx() != MSHRT_MAX )
- { SwTxtLine *pLine = (SwTxtLine*)SwTxtFrm::GetTxtCache()->
+ { SwTxtLine *pLine = (SwTxtLine*)SwTxtFrm::GetTxtCache()->
Get( this, GetCacheIdx(), sal_False );
if ( pLine )
return pLine->GetPara();
@@ -175,10 +175,10 @@ SwParaPortion *SwTxtFrm::GetPara()
/*************************************************************************
|*
-|* SwTxtFrm::ClearPara()
+|* SwTxtFrm::ClearPara()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 22. Aug. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 22. Aug. 94
|*
|*************************************************************************/
@@ -201,10 +201,10 @@ void SwTxtFrm::ClearPara()
/*************************************************************************
|*
-|* SwTxtFrm::SetPara()
+|* SwTxtFrm::SetPara()
|*
-|* Ersterstellung MA 16. Mar. 94
-|* Letzte Aenderung MA 22. Aug. 94
+|* Ersterstellung MA 16. Mar. 94
+|* Letzte Aenderung MA 22. Aug. 94
|*
|*************************************************************************/
@@ -228,7 +228,7 @@ void SwTxtFrm::SetPara( SwParaPortion *pNew, sal_Bool bDelete )
}
}
else if ( pNew )
- { //Einen neuen einfuegen.
+ { //Einen neuen einfuegen.
SwTxtLine *pTxtLine = new SwTxtLine( this, pNew );
if ( SwTxtFrm::GetTxtCache()->Insert( pTxtLine ) )
nCacheIdx = pTxtLine->GetCachePos();