summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/unotxvw.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-04-18 18:03:53 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-04-24 10:36:17 +0100
commit8533a191f4434490aa44118bce0e5719477d957a (patch)
tree182ed66e2067041559ae81198c640c927be524f7 /sw/source/ui/inc/unotxvw.hxx
parentUse blank as the false value for ENABLE_CAIRO_CANVAS, too (diff)
downloadcore-8533a191f4434490aa44118bce0e5719477d957a.tar.gz
core-8533a191f4434490aa44118bce0e5719477d957a.zip
Convert SV_DECL_PTRARR_DEL to boost::ptr_vector
Diffstat (limited to 'sw/source/ui/inc/unotxvw.hxx')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx4
1 files changed, 2 insertions, 2 deletions
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<XSelectionChangeListenerRef> SelectionChangeListenerArr;
class SwXTextView :
public ::com::sun::star::view::XSelectionSupplier,