summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdxmlexp_impl.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-26 08:08:17 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-26 08:08:17 -0800
commit0e1f0b606695f48542f50ddf2d5f66e39e7988bd (patch)
treed2976b53d5cef4128a851e968a906edcc0ebcd15 /xmloff/source/draw/sdxmlexp_impl.hxx
parent497e7812de24bf109ff9dc1b59024b2776c75ae9 (diff)
Remove DECLARE_LIST(ImpXMLEXPPageMasterList, ImpXMLEXPPageMasterInfo*)
Diffstat (limited to 'xmloff/source/draw/sdxmlexp_impl.hxx')
-rw-r--r--xmloff/source/draw/sdxmlexp_impl.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx
index 4d77a24021c3..cfca17884b79 100644
--- a/xmloff/source/draw/sdxmlexp_impl.hxx
+++ b/xmloff/source/draw/sdxmlexp_impl.hxx
@@ -31,13 +31,14 @@
#include <xmloff/xmlexp.hxx>
-
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <comphelper/stl_types.hxx>
+#include <vector>
+
//////////////////////////////////////////////////////////////////////////////
class SvXMLUnitConverter;
@@ -49,7 +50,6 @@ class OUStringsSort_Impl;
class Rectangle;
class ImpPresPageDrawStylePropMapper;
-class ImpXMLEXPPageMasterList;
class ImpXMLEXPPageMasterInfo;
class ImpXMLDrawPageInfoList;
class ImpXMLAutoLayoutInfoList;
@@ -59,6 +59,8 @@ class ImpXMLShapeStyleInfo;
class XMLShapeExportPropertyMapper;
class XMLPageExportPropertyMapper;
+typedef ::std::vector< ImpXMLEXPPageMasterInfo* > ImpXMLEXPPageMasterList;
+
//////////////////////////////////////////////////////////////////////////////
enum XmlPlaceholder