From 927447356fb7025d2b61073f525adc24643c7925 Mon Sep 17 00:00:00 2001 From: Derrick Rocha Date: Sat, 12 Sep 2015 16:49:29 -0600 Subject: replace boost::ptr_container with std::container Change-Id: I8fd1121577c6443f9100b181402083d1b7c30b6b Reviewed-on: https://gerrit.libreoffice.org/18525 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/dispuno.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sc/inc/dispuno.hxx') diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx index 9638ed5f72dc..3b57717461ad 100644 --- a/sc/inc/dispuno.hxx +++ b/sc/inc/dispuno.hxx @@ -25,7 +25,6 @@ #include #include #include "global.hxx" -#include namespace com { namespace sun { namespace star { namespace frame { class XDispatchProviderInterception; @@ -35,7 +34,7 @@ class ScTabViewShell; typedef ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > XStatusListenerRef; -typedef boost::ptr_vector XStatusListenerArr_Impl; +typedef std::vector XStatusListenerArr_Impl; class ScDispatchProviderInterceptor : public cppu::WeakImplHelper< com::sun::star::frame::XDispatchProviderInterceptor, -- cgit