diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-21 16:01:00 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-21 16:01:00 +0000 |
commit | 5f06a2b734941a79983ecf8476b412bf6ce5e9e8 (patch) | |
tree | 100afd9ebc1ef962f168d2e8541b1521f35f9b8d | |
parent | 561c30b331f48e8e5ba5ee78d43ab011549dc6c4 (diff) |
flylay - add back ';' removed in error
-rw-r--r-- | sw/source/core/layout/flylay.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx index 09bafcd0b5ee..b2a92969ae4a 100644 --- a/sw/source/core/layout/flylay.cxx +++ b/sw/source/core/layout/flylay.cxx @@ -519,7 +519,7 @@ void SwFlyLayFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) if( RES_ATTRSET_CHG == nWhich && SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( RES_ANCHOR, sal_False, (const SfxPoolItem**)&pAnch )) - // GetItemState sets the anchor pointer! + ; // GetItemState sets the anchor pointer! else if( RES_ANCHOR == nWhich ) { |