diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:03:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 15:03:40 +0000 |
commit | fa5605b61cbdb7539805a6daa00e18cb2f8eddb4 (patch) | |
tree | 6b2ea8e246758d564233b0d4a28cda646e23d314 | |
parent | dda4b320e131b897102ddbf929248b4d6e4c6765 (diff) |
INTEGRATION: CWS chart2mst3 (1.170.22); FILE MERGED
2006/10/19 09:56:01 bm 1.170.22.2: RESYNC: (1.170-1.171); FILE MERGED
2006/08/24 14:45:47 iha 1.170.22.1: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in cached data
-rw-r--r-- | xmloff/inc/xmlkywd.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index 8289bf156ab9..648df8701734 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.171 $ + * $Revision: 1.172 $ * - * last change: $Author: obo $ $Date: 2006-10-13 10:58:34 $ + * last change: $Author: vg $ $Date: 2007-05-22 16:03:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1515,6 +1515,7 @@ XML_CONSTASCII_ACTION( sXML_sort_by, "sort-by"); XML_CONSTASCII_ACTION( sXML_sort_by_position, "sort-by-position" ); XML_CONSTASCII_ACTION( sXML_sort_groups, "sort-groups"); XML_CONSTASCII_ACTION( sXML_sort_key, "sort-key"); +XML_CONSTASCII_ACTION( sXML_sort_by_x_values, "sort-by-x-values" ); XML_CONSTASCII_ACTION( sXML_source_cell_range, "source-cell-range"); XML_CONSTASCII_ACTION( sXML_source_cell_range_addresses, "source-cell-range-addresses"); XML_CONSTASCII_ACTION( sXML_source_field_name, "source-field-name"); |