summaryrefslogtreecommitdiff
path: root/framework/inc/xml/imagesconfiguration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/imagesconfiguration.hxx')
-rw-r--r--framework/inc/xml/imagesconfiguration.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/xml/imagesconfiguration.hxx b/framework/inc/xml/imagesconfiguration.hxx
index fcf8b3f68fb5..8ea756e58d12 100644
--- a/framework/inc/xml/imagesconfiguration.hxx
+++ b/framework/inc/xml/imagesconfiguration.hxx
@@ -65,8 +65,7 @@ struct ExternalImageItemDescriptor
String aURL; // a URL to an external bitmap
};
-typedef ImageItemDescriptor* ImageItemDescriptorPtr;
-SV_DECL_PTRARR_DEL( ImageItemListDescriptor, ImageItemDescriptorPtr, 10 )
+typedef boost::ptr_vector<ImageItemDescriptor> ImageItemListDescriptor;
typedef boost::ptr_vector<ExternalImageItemDescriptor> ExternalImageItemListDescriptor;