diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-14 09:08:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-14 13:59:05 +0200 |
commit | 6b3089df68caed32e4fba981ffa3e33c74fbb515 (patch) | |
tree | 45b7c35f5618036a1589faa2a5b1668b5c78966e /svx/source/xml | |
parent | 93e55876615bcf6eef3b11a7741cf47caa322101 (diff) |
rename xmlnmspe -> xmlnamespace
Change-Id: I8fdf9833dede6f4c9ba4bbb76b9ab9b6b419f155
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100722
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/xml')
-rw-r--r-- | svx/source/xml/xmlxtexp.cxx | 2 | ||||
-rw-r--r-- | svx/source/xml/xmlxtimp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx index 15edde60e101..195ebf9c8903 100644 --- a/svx/source/xml/xmlxtexp.cxx +++ b/svx/source/xml/xmlxtexp.cxx @@ -32,7 +32,7 @@ #include <sax/tools/converter.hxx> #include <sfx2/docfile.hxx> #include <rtl/ustrbuf.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/namespacemap.hxx> #include <xmloff/xmltoken.hxx> diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx index 6612a24ffe11..7e9ffe67443a 100644 --- a/svx/source/xml/xmlxtimp.cxx +++ b/svx/source/xml/xmlxtimp.cxx @@ -32,7 +32,7 @@ #include <comphelper/storagehelper.hxx> #include <sax/tools/converter.hxx> #include <sfx2/docfile.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/namespacemap.hxx> #include <xmloff/xmltoken.hxx> |