[Libreoffice-commits] .: sw/source

Michael Meeks michael at kemper.freedesktop.org
Tue Feb 21 08:02:33 PST 2012


 sw/source/core/layout/flylay.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f06a2b734941a79983ecf8476b412bf6ce5e9e8
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Tue Feb 21 16:01:00 2012 +0000

    flylay - add back ';' removed in error

diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx
index 09bafcd..b2a9296 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 )
     {


More information about the Libreoffice-commits mailing list