summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoframe.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/unocore/unoframe.cxx
parente1e2228306dd3ed6460198729dd4d3f201ee0925 (diff)
all bogus comments removed keeping the indentation
Diffstat (limited to 'sw/source/core/unocore/unoframe.cxx')
-rw-r--r--sw/source/core/unocore/unoframe.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index e23cf3c9d4eb..fbf1c1c1e067 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -893,7 +893,7 @@ SdrObject *SwXFrame::GetOrCreateSdrObject( SwFlyFrmFmt *pFmt )
if( !pObject )
{
SwDoc *pDoc = pFmt->GetDoc();
- // --> OD 2005-08-08 #i52858# - method name changed
+ // #i52858# - method name changed
SdrModel *pDrawModel = pDoc->GetOrCreateDrawModel();
// <--
SwFlyDrawContact* pContactObject
@@ -1011,7 +1011,7 @@ void SwXFrame::setPropertyValue(const :: OUString& rPropertyName, const :: uno::
}
}
}
- // --> OD 2009-07-13 #i73249#
+ // #i73249#
// Attribute AlternativeText was never published.
// Now it has been replaced by Attribute Title - valid for all <SwXFrame> instances
// else if( FN_UNO_ALTERNATIVE_TEXT == pEntry->nWID && eType != FLYCNTTYPE_FRM )
@@ -1061,7 +1061,7 @@ void SwXFrame::setPropertyValue(const :: OUString& rPropertyName, const :: uno::
UnoActionContext aAction(pFmt->GetDoc());
SfxItemSet* pSet = 0;
- // --> OD 2004-08-13 #i31771#, #i25798# - No adjustment of
+ // #i31771#, #i25798# - No adjustment of
// anchor ( no call of method <::lcl_ChkAndSetNewAnchor(..)> ),
// if document is currently in reading mode.
if ( !pFmt->GetDoc()->IsInReading() )
@@ -1341,7 +1341,7 @@ void SwXFrame::setPropertyValue(const :: OUString& rPropertyName, const :: uno::
aSet.Put(aAnchor);
}
- // --> OD 2004-08-13 #i31771#, #i25798# - No adjustment of
+ // #i31771#, #i25798# - No adjustment of
// anchor ( no call of method <::lcl_ChkAndSetNewAnchor(..)> ),
// if document is currently in reading mode.
if ( !pFmt->GetDoc()->IsInReading() )
@@ -1520,7 +1520,7 @@ uno::Any SwXFrame::getPropertyValue(const OUString& rPropertyName)
{
aAny <<= OUString(SwStyleNameMapper::GetProgName(pFmt->DerivedFrom()->GetName(), nsSwGetPoolIdFromName::GET_POOLID_FRMFMT ) );
}
- // --> OD 2009-07-13 #i73249#
+ // #i73249#
// Attribute AlternativeText was never published.
// Now it has been replaced by Attribute Title - valid for all <SwXFrame> instances
// else if(eType != FLYCNTTYPE_FRM &&
@@ -1802,7 +1802,7 @@ void SwXFrame::setPropertyToDefault( const OUString& rPropertyName )
}
}
}
- // --> OD 2009-07-13 #i73249#
+ // #i73249#
// Attribute AlternativeText was never published.
// Now it has been replaced by Attribute Title - valid for all <SwXFrame> instances
// else if( eType != FLYCNTTYPE_FRM && FN_UNO_ALTERNATIVE_TEXT == pEntry->nWID )