summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/sortedobjsimpl.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/sortedobjsimpl.cxx
parente1e2228306dd3ed6460198729dd4d3f201ee0925 (diff)
all bogus comments removed keeping the indentation
Diffstat (limited to 'sw/source/core/layout/sortedobjsimpl.cxx')
-rw-r--r--sw/source/core/layout/sortedobjsimpl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/layout/sortedobjsimpl.cxx b/sw/source/core/layout/sortedobjsimpl.cxx
index dc81c71f0355..3ec7dc5cc47a 100644
--- a/sw/source/core/layout/sortedobjsimpl.cxx
+++ b/sw/source/core/layout/sortedobjsimpl.cxx
@@ -192,12 +192,12 @@ struct ObjAnchorOrder
&(rFmtListed.GetWrapInfluenceOnObjPos());
const SwFmtWrapInfluenceOnObjPos* pWrapInfluenceOnObjPosNew =
&(rFmtNew.GetWrapInfluenceOnObjPos());
- // --> OD 2004-10-18 #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
+ // #i35017# - handle ITERATIVE as ONCE_SUCCESSIVE
if ( pWrapInfluenceOnObjPosListed->GetWrapInfluenceOnObjPos( true ) !=
pWrapInfluenceOnObjPosNew->GetWrapInfluenceOnObjPos( true ) )
// <--
{
- // --> OD 2004-10-18 #i35017# - constant name has changed
+ // #i35017# - constant name has changed
if ( pWrapInfluenceOnObjPosListed->GetWrapInfluenceOnObjPos( true )
== text::WrapInfluenceOnPosition::ONCE_SUCCESSIVE )
// <--
@@ -215,7 +215,7 @@ struct ObjAnchorOrder
bool SwSortedObjsImpl::Insert( SwAnchoredObject& _rAnchoredObj )
{
- // --> OD 2005-08-18 #i51941#
+ // #i51941#
if ( Contains( _rAnchoredObj ) )
{
// list already contains object
@@ -298,7 +298,7 @@ sal_uInt32 SwSortedObjsImpl::ListPosOf( const SwAnchoredObject& _rAnchoredObj )
if ( aIter != maSortedObjLst.end() )
{
- // --> OD 2005-08-18 #i51941#
+ // #i51941#
// nRetLstPos = aIter - maSortedObjLst.begin();
std::vector< SwAnchoredObject* >::difference_type nPos =
aIter - maSortedObjLst.begin();