Kaydet (Commit) 01f31217 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Convert SV_DECL_PTRARR_DEL(XResultListenerArr_Impl) to ptr_vector

Change-Id: Id557b0116ec2574ef3e11a0664fb408ecc850e6e
üst b64c7305
......@@ -32,6 +32,7 @@
#include <svl/svarray.hxx>
#include <vcl/timer.hxx>
#include <tools/string.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
#include <com/sun/star/sheet/XVolatileResult.hpp>
......@@ -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<XResultListenerPtr> XResultListenerArr_Impl;
class ScAddInResult : public cppu::WeakImplHelper1<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment