summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-02 09:08:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-02 07:54:20 +0000
commit3fea7ac94b986ba5e3632d1bbb383c65ced79f1a (patch)
tree4f882b31963c0fdf87abc373ecdeb57444529048 /sd
parentloplugin:expandablemethods in avmedia (diff)
downloadcore-3fea7ac94b986ba5e3632d1bbb383c65ced79f1a.tar.gz
core-3fea7ac94b986ba5e3632d1bbb383c65ced79f1a.zip
loplugin:unusedfields
Change-Id: I96634c18ba6600f8f7d5d04a162dcd7e1e312923 Reviewed-on: https://gerrit.libreoffice.org/30474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/dlgctrls.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/dlgctrls.cxx b/sd/source/ui/dlg/dlgctrls.cxx
index 6f29aeb8ebb5..7d48a8846653 100644
--- a/sd/source/ui/dlg/dlgctrls.cxx
+++ b/sd/source/ui/dlg/dlgctrls.cxx
@@ -32,13 +32,6 @@ using namespace ::sd;
struct FadeEffectLBImpl
{
- // The set id of each entry
- std::vector< OUString > maSet;
-
- // How many variants each transition set has
- std::map< OUString, int > maNumVariants;
-
- std::vector< TransitionPresetPtr > maPresets;
};
FadeEffectLB::FadeEffectLB(vcl::Window* pParent, WinBits nStyle)