summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/workwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 11:18:55 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 13:30:54 +0200
commit1aa29c829121d19548143a0e3b97b061c72afb3a (patch)
treedf820da9f8a256281cd96c6994e4549018a01f6d /sfx2/source/inc/workwin.hxx
parent990691b144c1292f0263e0a8b8704b0ccbd7a168 (diff)
loplugin:unusedfields in sfx2/
Change-Id: Id0d81901501683001107677c5573450c857ad094
Diffstat (limited to 'sfx2/source/inc/workwin.hxx')
-rw-r--r--sfx2/source/inc/workwin.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index 3dc52554d3b7..55334bfa0797 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -156,15 +156,6 @@ enum class SfxDockingConfig
};
-struct SfxObjectBarList_Impl
-{
- std::deque<SfxObjectBar_Impl> aArr;
- sal_uInt16 nAct;
-
- SfxObjectBar_Impl operator[] ( sal_uInt16 n )
- { return aArr[n]; }
-};
-
#define SFX_SPLITWINDOWS_LEFT 0
#define SFX_SPLITWINDOWS_TOP 2
#define SFX_SPLITWINDOWS_RIGHT 1