summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-06-01 11:32:48 +0000
committerChristian Lippka <cl@openoffice.org>2001-06-01 11:32:48 +0000
commitd5b1e4827f8e6e0661563ec856cd80d926ba7b58 (patch)
treed7828e5e1034851153db06ef92439953abb8baa2 /xmloff/inc
parentecb84572eae6fa95f807e8045a97f102f333d0c4 (diff)
#85924# added draw:text-style-name for shapes
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmlkywd.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx
index b2280b3208e6..1f82e2abcb84 100644
--- a/xmloff/inc/xmlkywd.hxx
+++ b/xmloff/inc/xmlkywd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlkywd.hxx,v $
*
- * $Revision: 1.163 $
+ * $Revision: 1.164 $
*
- * last change: $Author: cl $ $Date: 2001-05-31 11:14:10 $
+ * last change: $Author: cl $ $Date: 2001-06-01 12:27:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2012,4 +2012,6 @@ XML_CONSTASCII_ACTION( sXML_handout_master, "handout-master" );
XML_CONSTASCII_ACTION( sXML_escape_direction, "escape-direction" );
XML_CONSTASCII_ACTION( sXML_glue_point, "glue-point" );
+
+XML_CONSTASCII_ACTION( sXML_text_style_name, "text-style-name" );
#endif