summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/objectformatter.cxx
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2011-04-16 22:42:13 -0300
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-18 16:43:16 +0200
commit4f51d1b7bb581607afe1427f40d432305617e856 (patch)
tree2452ab2a812f85ab082d30189d97dd3483855e90 /sw/source/core/layout/objectformatter.cxx
parente1e2228306dd3ed6460198729dd4d3f201ee0925 (diff)
all bogus comments removed keeping the indentation
Diffstat (limited to 'sw/source/core/layout/objectformatter.cxx')
-rw-r--r--sw/source/core/layout/objectformatter.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/layout/objectformatter.cxx b/sw/source/core/layout/objectformatter.cxx
index c9cebfd93ce6..d86fd5f7fc5c 100644
--- a/sw/source/core/layout/objectformatter.cxx
+++ b/sw/source/core/layout/objectformatter.cxx
@@ -79,7 +79,7 @@ class SwPageNumAndTypeOfAnchors
{
tEntry* pNewEntry = new tEntry();
pNewEntry->mpAnchoredObj = &_rAnchoredObj;
- // --> #i33751#, #i34060# - method <GetPageFrmOfAnchor()>
+ // #i33751#, #i34060# - method <GetPageFrmOfAnchor()>
// is replaced by method <FindPageFrmOfAnchor()>. It's return value
// have to be checked.
SwPageFrm* pPageFrmOfAnchor = _rAnchoredObj.FindPageFrmOfAnchor();
@@ -306,7 +306,7 @@ void SwObjectFormatter::_FormatObjCntnt( SwAnchoredObject& _rAnchoredObj )
pCntnt->OptCalc();
// format floating screen objects at content text frame
- // --> #i23129#, #i36347# - pass correct page frame to
+ // #i23129#, #i36347# - pass correct page frame to
// the object formatter
if ( pCntnt->IsTxtFrm() &&
!SwObjectFormatter::FormatObjsAtFrm( *pCntnt,
@@ -383,7 +383,7 @@ void SwObjectFormatter::_FormatObj( SwAnchoredObject& _rAnchoredObj )
static_cast<SwFlyLayFrm&>(rFlyFrm).SetNoMakePos( true );
}
// <--
- // --> #i23129#, #i36347# - pass correct page frame
+ // #i23129#, #i36347# - pass correct page frame
// to the object formatter
SwObjectFormatter::FormatObjsAtFrm( rFlyFrm,
*(rFlyFrm.FindPageFrm()),
@@ -486,7 +486,7 @@ bool SwObjectFormatter::_FormatObjsAtFrm( SwTxtFrm* _pMasterTxtFrm )
continue;
}
// <--
- // --> #i33751#, #i34060# - method <GetPageFrmOfAnchor()>
+ // #i33751#, #i34060# - method <GetPageFrmOfAnchor()>
// is replaced by method <FindPageFrmOfAnchor()>. It's return value
// have to be checked.
SwPageFrm* pPageFrmOfAnchor = pAnchoredObj->FindPageFrmOfAnchor();