Kaydet (Commit) df8dfbd6 authored tarafından Stefan Knorr (astron)'s avatar Stefan Knorr (astron)

Remove a few left-over FIXME's from comment translations

See also: 5513e24e
üst e4938058
...@@ -390,7 +390,7 @@ SwDoc::SwDoc() ...@@ -390,7 +390,7 @@ SwDoc::SwDoc()
// Set to "Empty Page" // Set to "Empty Page"
pEmptyPageFmt->SetFmtAttr( SwFmtFrmSize( ATT_FIX_SIZE ) ); pEmptyPageFmt->SetFmtAttr( SwFmtFrmSize( ATT_FIX_SIZE ) );
// Set BodyFmt for "Column Setting" Spalten Einstellen. FIXME: WHAT? // Set BodyFmt for columns
pColumnContFmt->SetFmtAttr( SwFmtFillOrder( ATT_LEFT_TO_RIGHT ) ); pColumnContFmt->SetFmtAttr( SwFmtFillOrder( ATT_LEFT_TO_RIGHT ) );
_InitFieldTypes(); _InitFieldTypes();
...@@ -560,12 +560,12 @@ SwDoc::~SwDoc() ...@@ -560,12 +560,12 @@ SwDoc::~SwDoc()
pSpzFrmFmtTbl->ForEach( &lcl_DelFmtIndizes, this ); pSpzFrmFmtTbl->ForEach( &lcl_DelFmtIndizes, this );
((SwFrmFmts&)*pSectionFmtTbl).ForEach( &lcl_DelFmtIndizes, this ); ((SwFrmFmts&)*pSectionFmtTbl).ForEach( &lcl_DelFmtIndizes, this );
// The Formats that come hereafter are depended on the // The formattings that come hereafter depend on the default formattings.
// DefaultFormats. // [Destroy] these only after destroying the FmtIndices, because the content
// FIXME: What? // of headers/footers has to be deleted as well. If in the headers/footers
// FIXME: Erst nach dem Loeschen der FmtIndizes weil der Inhalt von // there are still Flys registered at that point, we have a problem.
// FIXME: Kopf-/Fussbereichen geloescht wird. Wenn dort noch Indizes von Flys // (This comment might have been translated incorrectly. Blame the bad
// FIXME: angemeldet sind gibts was an die Ohren. // German original)
aPageDescs.DeleteAndDestroy( 0, aPageDescs.Count() ); aPageDescs.DeleteAndDestroy( 0, aPageDescs.Count() );
// Delete content selections. // Delete content selections.
...@@ -627,7 +627,7 @@ SwDoc::~SwDoc() ...@@ -627,7 +627,7 @@ SwDoc::~SwDoc()
DELETEZ( pLinkMgr ); DELETEZ( pLinkMgr );
// Clear the Tables before deleting them, or we crash due to // Clear the Tables before deleting them, or we crash due to
// FIXME: Def-Abhängigen // definition dependencies.
// We also convert the arrays (due to includes) to pointers. // We also convert the arrays (due to includes) to pointers.
delete pFrmFmtTbl; delete pFrmFmtTbl;
delete pSpzFrmFmtTbl; delete pSpzFrmFmtTbl;
...@@ -727,7 +727,6 @@ void SwDoc::SetDocShell( SwDocShell* pDSh ) ...@@ -727,7 +727,6 @@ void SwDoc::SetDocShell( SwDocShell* pDSh )
} }
pLinkMgr->SetPersist( pDocShell ); pLinkMgr->SetPersist( pDocShell );
// Bug 55570 - Set the DocShell pointer also in the DrawModel
if( pDrawModel ) if( pDrawModel )
{ {
((SwDrawDocument*)pDrawModel)->SetObjectShell( pDocShell ); ((SwDrawDocument*)pDrawModel)->SetObjectShell( pDocShell );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment