diff options
author | Björn Milcke <bm@openoffice.org> | 2001-05-25 15:12:51 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-05-25 15:12:51 +0000 |
commit | 02b03dca9e1ff56ccc0bfd1d4863b860ba2e623a (patch) | |
tree | 19b7bb068e2dbdbf8ece2e6a190f360d86cffec0 /xmloff | |
parent | 43b809e14d73c9346fb03522bfd7a5bd270eee87 (diff) |
#86215# +data-source-has-labels (chart)
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index bdcc55f28e4e..0b137ba00f59 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: sab $ $Date: 2001-05-21 16:39:59 $ + * last change: $Author: bm $ $Date: 2001-05-25 16:12:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1983,6 +1983,7 @@ namespace xmloff { namespace token { TOKEN( "enable" ), // XML_ENABLE TOKEN( "use-regular-expressions" ), // XML_USE_REGULAR_EXPRESSIONS + TOKEN( "data-source-has-labels" ), // XML_DATA_SOURCE_HAS_LABELS { 0, NULL, NULL } // XML_TOKEN_END }; |