diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-20 19:08:37 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-20 19:08:37 +0000 |
commit | 39a2ea6a5b0bb64c0c23641ab968414036023809 (patch) | |
tree | 52dd813fca61f1e5ed09e147efee71d95d4da470 /xmloff/source/draw/sdxmlexp_impl.hxx | |
parent | d0afc68c9616ef93c54c076127f7e84b374be8c8 (diff) |
#84955# added info set
Diffstat (limited to 'xmloff/source/draw/sdxmlexp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index b0b8e9d708c8..a4d0bd96a6ec 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlexp_impl.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: aw $ $Date: 2001-03-09 13:28:06 $ + * last change: $Author: cl $ $Date: 2001-03-20 20:05:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,7 +143,7 @@ class SdXMLExport : public SvXMLExport ImpXMLEXPPageMasterList* mpPageMaterUsageList; ImpXMLAutoLayoutInfoList* mpAutoLayoutInfoList; - ::std::vector< ::rtl::OUString > maDrawPagesAutoLayoutNames; + com::sun::star::uno::Sequence< ::rtl::OUString > maDrawPagesAutoLayoutNames; ::std::vector< ::rtl::OUString > maDrawPagesStyleNames; ::std::vector< ::rtl::OUString > maMasterPagesStyleNames; @@ -160,6 +160,7 @@ class SdXMLExport : public SvXMLExport const rtl::OUString msModel; const rtl::OUString msStartShape; const rtl::OUString msEndShape; + const rtl::OUString msPageLayoutNames; virtual void _ExportViewSettings(); virtual void _ExportStyles(BOOL bUsed); |