[Libreoffice-commits] core.git: include/xmloff xmloff/source

Eike Rathke erack at redhat.com
Fri Feb 19 00:57:26 UTC 2016


 include/xmloff/xmltoken.hxx     |    1 +
 xmloff/source/core/xmltoken.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit f7714ad62396d7ebc474989b598f9fb6b39afae3
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Feb 19 00:33:30 2016 +0100

    add "use-wildcards" XML_USE_WILDCARDS, tdf#72196
    
    to support ODF table:use-wildcards
    
    Change-Id: I448bc53dd81d79a29efad9fbd240ae9c059dfd15

diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index 5e3dcc0..ccbb8cf 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -2053,6 +2053,7 @@ namespace xmloff { namespace token {
 
         XML_ENABLE,
         XML_USE_REGULAR_EXPRESSIONS,
+        XML_USE_WILDCARDS,
         XML_DATA_SOURCE_HAS_LABELS,
         XML_LINK_DATA_STYLE_TO_SOURCE,
         XML_SORT_ALGORITHM,
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 4b780a4..5c90b15 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -2056,6 +2056,7 @@ namespace xmloff { namespace token {
 
         TOKEN( "enable",                          XML_ENABLE ),
         TOKEN( "use-regular-expressions",         XML_USE_REGULAR_EXPRESSIONS ),
+        TOKEN( "use-wildcards",                   XML_USE_WILDCARDS ),
         TOKEN( "data-source-has-labels",          XML_DATA_SOURCE_HAS_LABELS ),
         TOKEN( "link-data-style-to-source",       XML_LINK_DATA_STYLE_TO_SOURCE ),
         TOKEN( "sort-algorithm",                  XML_SORT_ALGORITHM ),


More information about the Libreoffice-commits mailing list