diff options
author | Christian Lippka <cl@openoffice.org> | 2001-02-15 16:35:27 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-02-15 16:35:27 +0000 |
commit | 2ad399d28cb4dbdbb5be0fb0a8aa93309aef4431 (patch) | |
tree | a5010d46a280c3452c8899404d55397e70b494fa /xmloff/source/draw/sdxmlexp_impl.hxx | |
parent | 144c64b87eccaced203a4ff802f10642b77fb5c4 (diff) |
added presentation settings
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 28f471475f17..5149f6d71298 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.8 $ + * $Revision: 1.9 $ * - * last change: $Author: cl $ $Date: 2001-02-02 11:14:37 $ + * last change: $Author: cl $ $Date: 2001-02-15 17:35:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -184,6 +184,7 @@ class SdXMLExport : public SvXMLExport void ImpWriteDefaultStyleInfos(); void exportFormsElement( com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > xDrawPage ); + void exportPresentationSettings(); public: SdXMLExport( sal_Bool bIsDraw ); |