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 --- linguistic/source/convdicxml.cxx | 2 +- linguistic/source/convdicxml.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'linguistic/source') diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 6fd2f692d180..3cd2f950ff85 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include "convdic.hxx" diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx index 39c3c8624e95..1eca995c151a 100644 --- a/linguistic/source/convdicxml.hxx +++ b/linguistic/source/convdicxml.hxx @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include -- cgit