From 270a9e979d4ef85bc213ad3da7eb1361e0667472 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Fri, 4 May 2001 09:56:02 +0000 Subject: [PATCH] base64Binary added --- xmloff/inc/xmlkywd.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index b954fc4be517..2afed4574db9 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.145 $ + * $Revision: 1.146 $ * - * last change: $Author: mib $ $Date: 2001-05-04 09:46:22 $ + * last change: $Author: sab $ $Date: 2001-05-04 10:56:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -275,6 +275,7 @@ XML_CONSTASCII_ACTION( sXML_background_no_repeat, "no-repeat" ); XML_CONSTASCII_ACTION( sXML_background_repeat, "repeat" ); XML_CONSTASCII_ACTION( sXML_background_stretch, "stretch" ); XML_CONSTASCII_ACTION( sXML_bar, "bar" ); +XML_CONSTASCII_ACTION( sXML_base64Binary, "base64Binary"); XML_CONSTASCII_ACTION( sXML_base_cell_address, "base-cell-address"); XML_CONSTASCII_ACTION( sXML_baseline, "baseline" ); XML_CONSTASCII_ACTION( sXML_before_date_time, "before-date-time" );