diff options
Diffstat (limited to 'sfx2/inc/arrdecl.hxx')
-rw-r--r-- | sfx2/inc/arrdecl.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx index 9d1644640ae9..bfade8e7e303 100644 --- a/sfx2/inc/arrdecl.hxx +++ b/sfx2/inc/arrdecl.hxx @@ -28,13 +28,11 @@ #ifndef _SFX_ARRDECL_HXX #define _SFX_ARRDECL_HXX -#include <svl/svarray.hxx> #include <sfx2/minarray.hxx> #include <vector> -#include <boost/ptr_container/ptr_vector.hpp> class SfxObjectShell; -SV_DECL_PTRARR( SfxObjectShellArr_Impl, SfxObjectShell*, 4 ) +class SfxObjectShellArr_Impl : public std::vector<SfxObjectShell*> {}; class SfxViewFrame; class SfxViewFrameArr_Impl : public std::vector<SfxViewFrame*> {}; |