diff options
author | Armin Weiss <aw@openoffice.org> | 2001-03-09 12:28:06 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2001-03-09 12:28:06 +0000 |
commit | 586b49b2faa8d604677e9570a3c12a8adb24e055 (patch) | |
tree | de38ae9ecec3a541a4d0707f7090dbca50623473 /xmloff/source/draw/sdxmlexp_impl.hxx | |
parent | 0e107a3fe0e0a697c8be43fc4bd7ec1d14b3262b (diff) |
Added XML export/import for new vertical autolayouts (4 Types:
AUTOLAYOUT_VERTICAL_TITLE_TEXT_CHART,
AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE,
AUTOLAYOUT_TITLE_VERTICAL_OUTLINE,
AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART)
Diffstat (limited to 'xmloff/source/draw/sdxmlexp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index 7e65d0734cf0..b0b8e9d708c8 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.12 $ + * $Revision: 1.13 $ * - * last change: $Author: cl $ $Date: 2001-03-04 23:07:53 $ + * last change: $Author: aw $ $Date: 2001-03-09 13:28:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,7 +122,9 @@ enum XmlPlaceholder XmlPlaceholderTable, XmlPlaceholderPage, XmlPlaceholderNotes, - XmlPlaceholderHandout + XmlPlaceholderHandout, + XmlPlaceholderVerticalTitle, + XmlPlaceholderVerticalOutline }; ////////////////////////////////////////////////////////////////////////////// |