diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-28 12:32:20 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-28 12:32:20 +0000 |
commit | 39323309c1e60c8d7807d890a90afe7e2911260f (patch) | |
tree | 147f1bd3401b175caf422820134b274581aac160 /xmloff/source/draw/sdxmlexp_impl.hxx | |
parent | dbefe139e67c1a6a8b9093e8abd24fcd437b5711 (diff) |
#86971# added style:handout-master
Diffstat (limited to 'xmloff/source/draw/sdxmlexp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index 9f1c3d1960f1..e62f770f867b 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.17 $ + * $Revision: 1.18 $ * - * last change: $Author: aw $ $Date: 2001-05-14 14:42:46 $ + * last change: $Author: cl $ $Date: 2001-05-28 13:32:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,6 +145,7 @@ class SdXMLExport : public SvXMLExport ImpXMLAutoLayoutInfoList* mpAutoLayoutInfoList; com::sun::star::uno::Sequence< ::rtl::OUString > maDrawPagesAutoLayoutNames; + ::std::vector< ::rtl::OUString > maDrawPagesStyleNames; ::std::vector< ::rtl::OUString > maMasterPagesStyleNames; |