summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-01-07 20:24:59 -0800
committerJoseph Powers <jpowers27@cox.net>2011-01-07 20:24:59 -0800
commit83d152fcccfc94b2eaf8132d247ff735465f7031 (patch)
treeb3a5335e61d2e8e20771182aa45bfdd4b2bf5a4b /xmloff/source/style/impastpl.hxx
parent0c55018f4780216f08001e5661a2a4b581db913d (diff)
Remove DECLARE_LIST( SvXMLAutoStylePoolPropertiesPList_Impl, ... )
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index f68d5f8e1010..4f3fe43beba7 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -127,8 +127,8 @@ public:
void SetName( const ::rtl::OUString& rNew ) { msName = rNew; }
};
-typedef SvXMLAutoStylePoolPropertiesP_Impl *SvXMLAutoStylePoolPropertiesPPtr;
-DECLARE_LIST( SvXMLAutoStylePoolPropertiesPList_Impl, SvXMLAutoStylePoolPropertiesPPtr )
+typedef SvXMLAutoStylePoolPropertiesP_Impl* SvXMLAutoStylePoolPropertiesPPtr;
+typedef ::std::vector< SvXMLAutoStylePoolPropertiesPPtr > SvXMLAutoStylePoolPropertiesPList_Impl;
///////////////////////////////////////////////////////////////////////////////
//