From 01f31217482c38a2fe27683d62d0d07ba83d88c4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Jun 2012 08:09:51 +0200 Subject: Convert SV_DECL_PTRARR_DEL(XResultListenerArr_Impl) to ptr_vector Change-Id: Id557b0116ec2574ef3e11a0664fb408ecc850e6e --- sc/workben/result.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/workben') diff --git a/sc/workben/result.hxx b/sc/workben/result.hxx index 0a9912584787..bb1fd8647b90 100644 --- a/sc/workben/result.hxx +++ b/sc/workben/result.hxx @@ -32,6 +32,7 @@ #include #include #include +#include #include @@ -41,7 +42,7 @@ //class XResultListenerRef; typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr; -SV_DECL_PTRARR_DEL( XResultListenerArr_Impl, XResultListenerPtr, 4 ); +typedef boost::ptr_vector XResultListenerArr_Impl; class ScAddInResult : public cppu::WeakImplHelper1< -- cgit