summaryrefslogtreecommitdiffstats
path: root/sc/inc/datauno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-07 11:44:41 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-12 23:25:08 +0200
commita06d710466ca4fd433a93a297a7a27af8a2746b3 (patch)
treeb268b28aa2b1fa12e0562137d5b47ea2db2f023a /sc/inc/datauno.hxx
parentConvert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vector (diff)
downloadcore-a06d710466ca4fd433a93a297a7a27af8a2746b3.tar.gz
core-a06d710466ca4fd433a93a297a7a27af8a2746b3.zip
Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vector
Change-Id: I2fee4cf49ff48e4cffef0bcba704b69aad8242d8
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r--sc/inc/datauno.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx
index 79283f05af79..afe59fd98b42 100644
--- a/sc/inc/datauno.hxx
+++ b/sc/inc/datauno.hxx
@@ -59,6 +59,7 @@
#include <cppuhelper/implbase6.hxx>
#include "svl/itemprop.hxx"
#include "svl/lstner.hxx"
+#include <boost/ptr_container/ptr_vector.hpp>
class ScDBData;
class ScDocShell;
@@ -70,8 +71,8 @@ class ScDataPilotDescriptorBase;
struct ScSortParam;
typedef ::com::sun::star::uno::Reference<
- ::com::sun::star::util::XRefreshListener >* XDBRefreshListenerPtr;
-SV_DECL_PTRARR_DEL( XDBRefreshListenerArr_Impl, XDBRefreshListenerPtr, 4 )
+ ::com::sun::star::util::XRefreshListener > XDBRefreshListenerRef;
+typedef boost::ptr_vector<XDBRefreshListenerRef> XDBRefreshListenerArr_Impl;
class ScDataUnoConversion
{