From c8dc73720883333a13187865cd0d69b64af6b4b5 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 23 Sep 2011 14:05:07 +0100 Subject: re-factor XPropertyList derivatives to use a rtl::Reference This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too --- svx/sdi/svxitems.sdi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'svx/sdi/svxitems.sdi') diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index 3cd78dd5f09a..a4f3c3106321 100755 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -403,9 +403,10 @@ item INT16 SdrTextFitToSizeTypeItem; // enum item String SfxStringListItem; // serialized into one concatenated string item double SvxDoubleItem; item String OfaPtrItem; // serialized into one concatenated string +item String OfaRefItem; item String SvxDashListItem; item String SvxLineEndListItem; -item String SvxColorTableItem; +item String SvxColorListItem; item String SvxGradientListItem; item String SvxHatchListItem; item String SvxBitmapListItem; -- cgit