[Libreoffice-commits] .: sw/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Oct 17 15:17:21 PDT 2010


 sw/source/core/table/swtable.cxx |   28 ++++------------------------
 1 file changed, 4 insertions(+), 24 deletions(-)

New commits:
commit 618e696f81f486cc1ada76c7fe9db8dbfda53342
Author: Julio Hoffimann <julio.hoffiman at gmail.com>
Date:   Sun Oct 17 17:09:39 2010 -0500

    comment translation from german

diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index 0ee7b18..a692ed0 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -187,7 +187,7 @@ void SwTableBox::setDummyFlag( bool bDummy )
     pImpl->setDummyFlag( bDummy );
 }
 
-//JP 15.09.98: Bug 55741 - Tabs beibehalten (vorne und hinten)
+//JP 15.09.98: Bug 55741 - Keep tabs (front and rear)
 String& lcl_TabToBlankAtSttEnd( String& rTxt )
 {
     sal_Unicode c;
@@ -268,8 +268,6 @@ void _InsTblBox( SwDoc* pDoc, SwTableNode* pTblNd,
 |*
 |*	SwTable::SwTable()
 |*
-|*	Ersterstellung		MA 09. Mar. 93
-|*	Letzte Aenderung	MA 05. May. 93
 |*
 |*************************************************************************/
 SwTable::SwTable( SwTableFmt* pFmt )
@@ -281,7 +279,7 @@ SwTable::SwTable( SwTableFmt* pFmt )
     bModifyLocked( FALSE ),
     bNewModel( TRUE )
 {
-    // default Wert aus den Optionen setzen
+    // default value set in the options
     eTblChgMode = (TblChgMode)GetTblChgDefaultMode();
 }
 
@@ -308,7 +306,7 @@ SwTable::~SwTable()
     if( refObj.Is() )
     {
         SwDoc* pDoc = GetFrmFmt()->GetDoc();
-        if( !pDoc->IsInDtor() )			// dann aus der Liste entfernen
+        if( !pDoc->IsInDtor() )			// then remove from the list
             pDoc->GetLinkManager().RemoveServer( &refObj );
 
         refObj->Closed();
@@ -337,8 +335,6 @@ SwTable::~SwTable()
 |*
 |*	SwTable::Modify()
 |*
-|*	Ersterstellung		JP ??
-|*	Letzte Aenderung	MA 06. May. 93
 |*
 |*************************************************************************/
 inline void FmtInArr( SvPtrarr& rFmtArr, SwFmt* pBoxFmt )
@@ -458,8 +454,6 @@ void SwTable::AdjustWidths( const long nOld, const long nNew )
 |*
 |*	SwTable::GetTabCols()
 |*
-|*	Ersterstellung		MA 04. May. 93
-|*	Letzte Aenderung	MA 30. Nov. 95
 |*
 |*************************************************************************/
 void lcl_RefreshHidden( SwTabCols &rToFill, USHORT nPos )
@@ -621,7 +615,7 @@ void SwTable::GetTabCols( SwTabCols &rToFill, const SwTableBox *pStart,
     //Array aktualisiert.
     if ( bRefreshHidden )
     {
-        //Korrekturen entfernen
+        // remove corrections
         USHORT i;
         for ( i = 0; i < rToFill.Count(); ++i )
         {
@@ -712,8 +706,6 @@ void SwTable::GetTabCols( SwTabCols &rToFill, const SwTableBox *pStart,
 |*
 |*	SwTable::SetTabCols()
 |*
-|*	Ersterstellung		MA 04. May. 93
-|*	Letzte Aenderung	MA 26. Aug. 98
 |*
 |*************************************************************************/
 //Struktur zur Parameteruebergabe
@@ -1408,8 +1400,6 @@ void SwTable::NewSetTabCols( Parm &rParm, const SwTabCols &rNew,
 |*	const SwTableBox* SwTable::GetTblBox( const Strn?ng& rName ) const
 |*		gebe den Pointer auf die benannte Box zurueck.
 |*
-|*	Ersterstellung		JP 30. Jun. 93
-|*	Letzte Aenderung	JP 30. Jun. 93
 |*
 |*************************************************************************/
 
@@ -1596,8 +1586,6 @@ BOOL SwTable::IsTblComplex() const
 |*
 |*	SwTableLine::SwTableLine()
 |*
-|*	Ersterstellung		MA 09. Mar. 93
-|*	Letzte Aenderung	MA 09. Mar. 93
 |*
 |*************************************************************************/
 SwTableLine::SwTableLine( SwTableLineFmt *pFmt, USHORT nBoxes,
@@ -1622,8 +1610,6 @@ SwTableLine::~SwTableLine()
 |*
 |*	SwTableLine::ClaimFrmFmt(), ChgFrmFmt()
 |*
-|*	Ersterstellung		MA 03. May. 93
-|*	Letzte Aenderung	MA 07. Feb. 96
 |*
 |*************************************************************************/
 SwFrmFmt* SwTableLine::ClaimFrmFmt()
@@ -1749,8 +1735,6 @@ SwTwips SwTableLine::GetTableLineHeight( bool& bLayoutAvailable ) const
 |*
 |*	SwTableBox::SwTableBox()
 |*
-|*	Ersterstellung		MA 04. May. 93
-|*	Letzte Aenderung	MA 04. May. 93
 |*
 |*************************************************************************/
 SwTableBox::SwTableBox( SwTableBoxFmt* pFmt, USHORT nLines, SwTableLine *pUp )
@@ -1854,8 +1838,6 @@ SwTableBoxFmt* SwTableBox::CheckBoxFmt( SwTableBoxFmt* pFmt )
 |*
 |*	SwTableBox::ClaimFrmFmt(), ChgFrmFmt()
 |*
-|*	Ersterstellung		MA 04. May. 93
-|*	Letzte Aenderung	MA 07. Feb. 96
 |*
 |*************************************************************************/
 SwFrmFmt* SwTableBox::ClaimFrmFmt()
@@ -1941,8 +1923,6 @@ void SwTableBox::ChgFrmFmt( SwTableBoxFmt* pNewFmt )
 |*		gebe den Namen dieser Box zurueck. Dieser wird dynamisch bestimmt
 |*		und ergibt sich aus der Position in den Lines/Boxen/Tabelle
 |*
-|*	Ersterstellung		JP 30. Jun. 93
-|*	Letzte Aenderung	JP 30. Jun. 93
 |*
 |*************************************************************************/
 void lcl_GetTblBoxColStr( USHORT nCol, String& rNm )


More information about the Libreoffice-commits mailing list