diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-12-26 16:44:17 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-12-26 16:44:17 -0800 |
commit | 35b81d6e106c94cb504fdf739263eb7af6f5fdfb (patch) | |
tree | 5c25d23375052faadba0c3115a7a5d9a2f62d2fe /xmloff/source/draw/sdxmlexp_impl.hxx | |
parent | 0e1f0b606695f48542f50ddf2d5f66e39e7988bd (diff) |
Remove DECLARE_LIST(ImpXMLAutoLayoutInfoList, ImpXMLAutoLayoutInfo*)
Diffstat (limited to 'xmloff/source/draw/sdxmlexp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index cfca17884b79..ef8dd0319eb1 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -52,7 +52,7 @@ class Rectangle; class ImpPresPageDrawStylePropMapper; class ImpXMLEXPPageMasterInfo; class ImpXMLDrawPageInfoList; -class ImpXMLAutoLayoutInfoList; +class ImpXMLAutoLayoutInfo; class SvXMLAutoStylePoolP; class XMLSdPropHdlFactory; class ImpXMLShapeStyleInfo; @@ -60,6 +60,7 @@ class XMLShapeExportPropertyMapper; class XMLPageExportPropertyMapper; typedef ::std::vector< ImpXMLEXPPageMasterInfo* > ImpXMLEXPPageMasterList; +typedef ::std::vector< ImpXMLAutoLayoutInfo* > ImpXMLAutoLayoutInfoList; ////////////////////////////////////////////////////////////////////////////// |