From 6b3089df68caed32e4fba981ffa3e33c74fbb515 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 14 Aug 2020 09:08:35 +0200 Subject: rename xmlnmspe -> xmlnamespace Change-Id: I8fdf9833dede6f4c9ba4bbb76b9ab9b6b419f155 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100722 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/xforms/SchemaContext.cxx | 2 +- xmloff/source/xforms/SchemaRestrictionContext.cxx | 2 +- xmloff/source/xforms/SchemaSimpleTypeContext.cxx | 2 +- xmloff/source/xforms/XFormsBindContext.cxx | 2 +- xmloff/source/xforms/XFormsModelContext.cxx | 2 +- xmloff/source/xforms/xformsapi.cxx | 2 +- xmloff/source/xforms/xformsexport.cxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'xmloff/source/xforms') 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 -#include +#include #include #include 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 #include -#include +#include #include #include 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 #include -#include +#include #include #include 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 #include #include -#include +#include #include #include 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 -#include +#include #include #include #include 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 #include -#include +#include #include 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 #include -#include +#include #include #include -- cgit