summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unoaprms.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-25 16:00:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:21:09 +0000
commit19bacff27bd2201fb136963e11e865b8a31d849e (patch)
treeee185c64024bcce0b71de51734581e5ddc4f67dc /sd/source/ui/inc/unoaprms.hxx
parentdb39c653e5de92bc371040a3f81cc5c4ea6dedf3 (diff)
loplugin:singlevalfields in sd
Change-Id: Idde7bdbd57080518fc416ce97a062ab979393d8e Reviewed-on: https://gerrit.libreoffice.org/26656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/source/ui/inc/unoaprms.hxx')
-rw-r--r--sd/source/ui/inc/unoaprms.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx
index 3b22345d6bcc..998e1b36be45 100644
--- a/sd/source/ui/inc/unoaprms.hxx
+++ b/sd/source/ui/inc/unoaprms.hxx
@@ -69,8 +69,6 @@ class SdAnimationPrmsUndoAction : public SdUndoAction
OUString aNewBookmark;
sal_uInt16 nOldVerb;
sal_uInt16 nNewVerb;
- sal_uLong nOldPresOrder;
- sal_uLong nNewPresOrder;
bool bInfoCreated;
@@ -109,8 +107,6 @@ public:
, eNewClickAction(css::presentation::ClickAction_NONE)
, nOldVerb(0)
, nNewVerb(0)
- , nOldPresOrder(0)
- , nNewPresOrder(0)
, bInfoCreated(bCreated)
{
}