diff options
Diffstat (limited to 'sfx2/source/inc/workwin.hxx')
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 9 |
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 |