From 8533a191f4434490aa44118bce0e5719477d957a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Apr 2012 18:03:53 +0200 Subject: Convert SV_DECL_PTRARR_DEL to boost::ptr_vector --- sw/source/ui/inc/unotxvw.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/inc/unotxvw.hxx') diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx index 5655b6c4fda2..c764c1547ef9 100644 --- a/sw/source/ui/inc/unotxvw.hxx +++ b/sw/source/ui/inc/unotxvw.hxx @@ -55,8 +55,8 @@ class SdrObject; class SwView; -typedef ::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionChangeListener > * XSelectionChangeListenerPtr; -SV_DECL_PTRARR_DEL( SelectionChangeListenerArr, XSelectionChangeListenerPtr, 4 ) +typedef ::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionChangeListener > XSelectionChangeListenerRef; +typedef boost::ptr_vector SelectionChangeListenerArr; class SwXTextView : public ::com::sun::star::view::XSelectionSupplier, -- cgit