diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-24 11:33:52 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-24 12:07:26 +0300 |
commit | 5d0051efb99c6cbd0dc4dd655a71e7435159f6bc (patch) | |
tree | 290be35fb8f82cf73da3db1affe48315c1b7f079 | |
parent | beda848f388685b0fcb60c590fb691029c23a26b (diff) |
Bin a few pointless comments
Change-Id: Ia8a47bcd07cf10302b5cf6f550627e5c7cd1d9f6
-rw-r--r-- | sw/source/core/inc/pagefrm.hxx | 11 | ||||
-rw-r--r-- | sw/source/core/layout/trvlfrm.cxx | 4 |
2 files changed, 0 insertions, 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 <SwSortedObjs> class SwSortedObjs; -// #i28701# class SwAnchoredObject; enum SwPageChg @@ -51,7 +48,6 @@ class SwPageFrm: public SwFtnBossFrm { friend class SwFrm; - // #i28701# - use <SwSortedObjs> 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 <Modify> and <MakeFrms> // - 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 <frmtool.hxx> #include <ndtxt.hxx> #include <dcontact.hxx> -// OD 2004-05-24 #i28701# #include <sortedobjs.hxx> #include <txatbase.hxx> #include <fmtfld.hxx> #include <fldbas.hxx> -// FLT_MAX #include <cfloat> #include <swselectionlist.hxx> @@ -1609,8 +1607,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 */ SwPageFrm* SwRootFrm::GetPageByPageNum( sal_uInt16 _nPageNum ) const |