From 78a219e973d2528351f7b850e9b5f58bf37ff0cf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Jun 2012 14:11:58 +0200 Subject: Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vector Change-Id: Ic4cb48c1ea3df05cecaedb41941d9b592d591a55 --- sc/inc/cellsuno.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sc/inc/cellsuno.hxx') diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 9bf0b3b7460a..dce437d323de 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -98,6 +98,7 @@ #include #include #include +#include #ifndef __SGI_STL_VECTOR #include @@ -128,8 +129,8 @@ public: }; typedef ::com::sun::star::uno::Reference< - ::com::sun::star::util::XModifyListener >* XModifyListenerPtr; -SV_DECL_PTRARR_DEL( XModifyListenerArr_Impl, XModifyListenerPtr, 4 ) + ::com::sun::star::util::XModifyListener > XModifyListenerRef; +typedef boost::ptr_vector XModifyListenerArr_Impl; class ScNamedEntry; typedef ScNamedEntry* ScNamedEntryPtr; -- cgit