summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-12-28 14:48:00 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-12-28 14:57:24 +0100
commitffe1a2a92236a9b918b5c31d03d04332f2c63876 (patch)
treeb9259ffc20d64de7af4f747a2d8a9c58cc0ca0a3 /sd
parent4fd5136cbd1baa86361e84e3e3b146ba29d7d316 (diff)
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
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fupage.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx
index 2821244245f1..add99a572965 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 );