summaryrefslogtreecommitdiff
path: root/cui/source/inc/selector.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2012-06-10 18:28:02 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-12 23:25:11 +0200
commit42d57f94fa3202e53f38bfcbef0683c8f0bc1a61 (patch)
tree6c158b7d57bc6f4663fbea107159618452de12ea /cui/source/inc/selector.hxx
parent4449da41bcdcd7f8b572a8d7f535cc72b1db28a5 (diff)
Convert SV_DECL_PTRARR_DEL(SvxGroupInfoArr_Impl) to boost::ptr_vector
Change-Id: I90d357107f69ea5939952e9640b5e1f4cbdcec3d
Diffstat (limited to 'cui/source/inc/selector.hxx')
-rw-r--r--cui/source/inc/selector.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/selector.hxx b/cui/source/inc/selector.hxx
index d515c5371356..2bad5986a33f 100644
--- a/cui/source/inc/selector.hxx
+++ b/cui/source/inc/selector.hxx
@@ -40,6 +40,7 @@
#include <com/sun/star/script/browse/XBrowseNode.hpp>
#include <sfx2/minarray.hxx>
+#include <boost/ptr_container/ptr_vector.hpp>
#define SVX_CFGGROUP_FUNCTION 1
#define SVX_CFGFUNCTION_SLOT 2
@@ -87,8 +88,7 @@ struct SvxGroupInfo_Impl
}
};
-typedef SvxGroupInfo_Impl* SvxGroupInfoPtr;
-SV_DECL_PTRARR_DEL(SvxGroupInfoArr_Impl, SvxGroupInfoPtr, 5)
+typedef boost::ptr_vector<SvxGroupInfo_Impl> SvxGroupInfoArr_Impl;
class ImageProvider
{