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 /xmloff/source/xforms | |
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 'xmloff/source/xforms')
-rw-r--r-- | xmloff/source/xforms/SchemaContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/SchemaRestrictionContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/SchemaSimpleTypeContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsBindContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsModelContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/xformsapi.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/xforms/xformsexport.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/xforms/SchemaContext.cxx b/xmloff/source/xforms/SchemaContext.cxx index 3ca81f850e93..6b779fe77837 100644 --- a/xmloff/source/xforms/SchemaContext.cxx +++ b/xmloff/source/xforms/SchemaContext.cxx @@ -23,7 +23,7 @@ #include "SchemaSimpleTypeContext.hxx" #include <xmloff/xmltoken.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltkmap.hxx> #include <com/sun/star/xforms/XDataTypeRepository.hpp> diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx b/xmloff/source/xforms/SchemaRestrictionContext.cxx index 311e2b829b53..acb9af77bd92 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.cxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx @@ -23,7 +23,7 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/namespacemap.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlimp.hxx> diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx index 9eaeb9b46351..0ae42e5fb1c9 100644 --- a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx +++ b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx @@ -23,7 +23,7 @@ #include "SchemaRestrictionContext.hxx" #include <xmloff/xmltoken.hxx> #include <xmloff/namespacemap.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltkmap.hxx> #include <osl/diagnose.h> diff --git a/xmloff/source/xforms/XFormsBindContext.cxx b/xmloff/source/xforms/XFormsBindContext.cxx index 61fc5845dd57..546faf138d3e 100644 --- a/xmloff/source/xforms/XFormsBindContext.cxx +++ b/xmloff/source/xforms/XFormsBindContext.cxx @@ -26,7 +26,7 @@ #include <xmloff/xmlerror.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmltkmap.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/namespacemap.hxx> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/xmloff/source/xforms/XFormsModelContext.cxx b/xmloff/source/xforms/XFormsModelContext.cxx index 34c545d5c6be..ae2fe5688c41 100644 --- a/xmloff/source/xforms/XFormsModelContext.cxx +++ b/xmloff/source/xforms/XFormsModelContext.cxx @@ -27,7 +27,7 @@ #include "xformsapi.hxx" #include <xmloff/xmlimp.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/namespacemap.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlerror.hxx> diff --git a/xmloff/source/xforms/xformsapi.cxx b/xmloff/source/xforms/xformsapi.cxx index 1c45e583d62e..6bef5f0b66a7 100644 --- a/xmloff/source/xforms/xformsapi.cxx +++ b/xmloff/source/xforms/xformsapi.cxx @@ -37,7 +37,7 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/namespacemap.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/xmltkmap.hxx> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index 47a1d065a351..7641e9ec3fad 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -24,7 +24,7 @@ #include <xmloff/xmlexp.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/xmlnmspe.hxx> +#include <xmloff/xmlnamespace.hxx> #include <xmloff/namespacemap.hxx> #include <DomExport.hxx> |