[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 28 05:59:00 PST 2012


 sd/source/ui/func/fupage.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ffe1a2a92236a9b918b5c31d03d04332f2c63876
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Dec 28 14:48:00 2012 +0100

    Remove useless line
    
    Cf http://nabble.documentfoundation.org/Cppcheck-reports-an-assignment-which-isn-t-used-in-sd-source-ui-func-fupage-cxx-td4026217.html
    
    Change-Id: I0061cbec5a92ac0499eb6c80d6ffe13862aad03a

diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx
index 2821244..add99a5 100644
--- a/sd/source/ui/func/fupage.cxx
+++ b/sd/source/ui/func/fupage.cxx
@@ -240,7 +240,6 @@ const SfxItemSet* FuPage::ExecuteDialog( Window* pParent )
         p2 = pPtr[3];
         pPtr += 2;
     }
-    pPtr += 2;
     SfxItemSet aMergedAttr( *aNewAttr.GetPool(), p1, p2 );
 
     mergeItemSetsImpl( aMergedAttr, aNewAttr );


More information about the Libreoffice-commits mailing list