diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 3 |
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; |