summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorMohammed Abdul Azeem <azeemmysore@gmail.com>2017-12-24 23:40:39 +0530
committerMichael Meeks <michael.meeks@collabora.com>2018-01-04 12:44:39 +0100
commitbb59a80ee6000d3922fa95262f67e291fd9d8ee2 (patch)
tree3b6b4c2ba1e589b67f59e118b752f00010bec238 /include/xmloff
parent2dd45c0c62b3ef3d8057b3fc70af24ae11a3d01d (diff)
Modifying the impl. of startUnknownElement of FastParser:
Modifying it to emit the namespace URI instead of prefix and qualified name instead of local name. This will be useful for handling arbitrary elements in the fast contexts. Change-Id: I0f150b862574612e97491f6c335f3f4c9966da0a Reviewed-on: https://gerrit.libreoffice.org/47055 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlimp.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 7cc0d76f5c90..339b8cdf7a54 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -519,6 +519,9 @@ public:
**/
bool getBuildIds( sal_Int32& rUPD, sal_Int32& rBuild ) const;
+ static const OUString aDefaultNamespace;
+ static const OUString aNamespaceSeparator;
+
static const sal_uInt16 OOo_1x = 10;
static const sal_uInt16 OOo_2x = 20;
static const sal_uInt16 OOo_30x = 30;