summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-02-21 16:01:00 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-21 16:01:00 +0000
commit5f06a2b734941a79983ecf8476b412bf6ce5e9e8 (patch)
tree100afd9ebc1ef962f168d2e8541b1521f35f9b8d
parentCorrect spelling and fix trailing whitespace (diff)
downloadcore-5f06a2b734941a79983ecf8476b412bf6ce5e9e8.tar.gz
core-5f06a2b734941a79983ecf8476b412bf6ce5e9e8.zip
flylay - add back ';' removed in error
-rw-r--r--sw/source/core/layout/flylay.cxx2
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 )
{