summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 14:39:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 18:18:12 +0200
commit40069adbc225a6dd5d3431a7cd9f17986f6385de (patch)
treed6399d316ce99b9b56bfa514c300946bec2022cd /sfx2
parent83a962578f616ae4ff215fa782763f2045a20bcc (diff)
loplugin:unusedfields
Change-Id: Ic7871f3a40668ba73aa0f0067a45455920d55890 Reviewed-on: https://gerrit.libreoffice.org/60313 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/itemconnect.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/dialog/itemconnect.cxx b/sfx2/source/dialog/itemconnect.cxx
index d4686c709e2a..e814a70368c2 100644
--- a/sfx2/source/dialog/itemconnect.cxx
+++ b/sfx2/source/dialog/itemconnect.cxx
@@ -129,16 +129,6 @@ void CheckBoxWrapper::SetControlValue( bool bValue )
}
-// Multi control wrappers
-
-
-typedef std::vector< ControlWrapperBase* > ControlWrpVec;
-
-struct MultiControlWrapperHelper_Impl
-{
- ControlWrpVec maVec;
-};
-
// Base connection classes