From b8adfa8685abcd00c5eb6fb8402f797d4417fb93 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Mon, 28 May 2001 12:20:52 +0000 Subject: #86971# added style:handout-master --- xmloff/dtd/drawing.mod | 6 +++++- xmloff/dtd/office.mod | 4 ++-- xmloff/dtd/style.mod | 8 ++++++-- xmloff/inc/xmlkywd.hxx | 8 +++++--- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 949ee1ffdfc6..872edc6b3771 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ + @@ -395,6 +395,10 @@ + + + + diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index 2a34ec53ccd8..8139304e3c2c 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.161 $ + * $Revision: 1.162 $ * - * last change: $Author: bm $ $Date: 2001-05-28 08:06:33 $ + * last change: $Author: cl $ $Date: 2001-05-28 13:20:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2005,7 +2005,9 @@ XML_CONSTASCII_ACTION( sXML_straight_line, "straight-line" ); XML_CONSTASCII_ACTION( sXML_angled_line, "angled-line" ); XML_CONSTASCII_ACTION( sXML_angled_connector_line, "angled-connector-line" ); -XML_CONSTASCII_ACTION( sXML_play, "play" ); XML_CONSTASCII_ACTION( sXML_data_source_has_labels, "data-source-has-labels" ); +XML_CONSTASCII_ACTION( sXML_play, "play" ); +XML_CONSTASCII_ACTION( sXML_handout_master, "handout-master" ); + #endif -- cgit