From 5d0051efb99c6cbd0dc4dd655a71e7435159f6bc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 24 Oct 2013 11:33:52 +0300 Subject: Bin a few pointless comments Change-Id: Ia8a47bcd07cf10302b5cf6f550627e5c7cd1d9f6 --- sw/source/core/inc/pagefrm.hxx | 11 ----------- sw/source/core/layout/trvlfrm.cxx | 4 ---- 2 files changed, 15 deletions(-) diff --git a/sw/source/core/inc/pagefrm.hxx b/sw/source/core/inc/pagefrm.hxx index f3ea61673fce..773dac441818 100644 --- a/sw/source/core/inc/pagefrm.hxx +++ b/sw/source/core/inc/pagefrm.hxx @@ -33,10 +33,7 @@ struct SwPosition; struct SwCrsrMoveState; class SwAttrSetChg; class Font; - -// #i28701# - replaced by class class SwSortedObjs; -// #i28701# class SwAnchoredObject; enum SwPageChg @@ -51,7 +48,6 @@ class SwPageFrm: public SwFtnBossFrm { friend class SwFrm; - // #i28701# - use SwSortedObjs *pSortedObjs; SwPageDesc *pDesc; //PageDesc der die Seite beschreibt. @@ -123,7 +119,6 @@ public: const SwSortedObjs *GetSortedObjs() const { return pSortedObjs; } SwSortedObjs *GetSortedObjs() { return pSortedObjs; } - // #i28701# - new methods to append/remove drawing objects void AppendDrawObjToPage( SwAnchoredObject& _rNewObj ); void RemoveDrawObjFromPage( SwAnchoredObject& _rToRemoveObj ); @@ -157,7 +152,6 @@ public: //Schickt an alle ContentFrames ein Prepare wg. geaenderter Registervorlage void PrepareRegisterChg(); - // #i50432# - adjust method description and synopsis. // Appends a fly frame - the given one or a new one - at the page frame. // Needed for and // - return value not needed any more @@ -260,9 +254,6 @@ public: /** paint page border and shadow - #i9719# - implement paint of page border and shadow - @param _rPageRect input parameter - constant instance reference of the page rectangle. Generally, it's the frame area of the page, but for empty pages in print @@ -291,8 +282,6 @@ public: /** get bound rectangle of border and shadow for repaints - #i9719# - @param _rPageRect input parameter - constant instance reference of the page rectangle. Generally, it's the frame area of the page, but for empty pages in print diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx index 14eb6459c57f..80da5152f509 100644 --- a/sw/source/core/layout/trvlfrm.cxx +++ b/sw/source/core/layout/trvlfrm.cxx @@ -49,13 +49,11 @@ #include #include #include -// OD 2004-05-24 #i28701# #include #include #include #include -// FLT_MAX #include #include @@ -1608,8 +1606,6 @@ Point SwRootFrm::GetPagePos( sal_uInt16 nPageNum ) const } /** get page frame by phyiscal page number - * - * OD 14.01.2003 #103492# * * @return pointer to the page frame with the given physical page number */ -- cgit