summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx5
1 files changed, 3 insertions, 2 deletions
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 <com/sun/star/document/XEventsSupplier.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase3.hxx>
+#include <boost/ptr_container/ptr_vector.hpp>
#ifndef __SGI_STL_VECTOR
#include <vector>
@@ -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<XModifyListenerRef> XModifyListenerArr_Impl;
class ScNamedEntry;
typedef ScNamedEntry* ScNamedEntryPtr;