diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-14 09:06:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-14 11:07:08 +0200 |
commit | 7c67a8f4e837669ea23d1bc98e3d6fb78025066f (patch) | |
tree | 07ae3da7e7c909a4ddda48a8506365024df7a423 /xmloff/source/script | |
parent | 1a524be53f62d2509920c2caa80817819f4aa9d9 (diff) |
rename nmspmap.hxx -> namespacemap.hxx
we're not in DOS anymore, Dorothy
Change-Id: I79926e0d694163940ba7ebf20419724dd0a486f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100721
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/script')
-rw-r--r-- | xmloff/source/script/XMLEventExport.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/script/XMLEventImportHelper.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/script/XMLEventsImportContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/script/XMLScriptContextFactory.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/script/XMLScriptExportHandler.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/script/XMLStarBasicContextFactory.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/script/XMLStarBasicExportHandler.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/script/xmlscripti.cxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx index 4d48107168cf..0fa3616097cd 100644 --- a/xmloff/source/script/XMLEventExport.cxx +++ b/xmloff/source/script/XMLEventExport.cxx @@ -29,7 +29,7 @@ #include <xmloff/xmlexp.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnmspe.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> using namespace ::com::sun::star::uno; diff --git a/xmloff/source/script/XMLEventImportHelper.cxx b/xmloff/source/script/XMLEventImportHelper.cxx index 9399477e4d1b..55a3ce45ef44 100644 --- a/xmloff/source/script/XMLEventImportHelper.cxx +++ b/xmloff/source/script/XMLEventImportHelper.cxx @@ -21,7 +21,7 @@ #include <XMLEventImportHelper.hxx> #include <tools/debug.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlerror.hxx> diff --git a/xmloff/source/script/XMLEventsImportContext.cxx b/xmloff/source/script/XMLEventsImportContext.cxx index 5960b5215e91..b89a2ded1082 100644 --- a/xmloff/source/script/XMLEventsImportContext.cxx +++ b/xmloff/source/script/XMLEventsImportContext.cxx @@ -24,7 +24,7 @@ #include <com/sun/star/document/XEventsSupplier.hpp> #include <comphelper/attributelist.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlerror.hxx> diff --git a/xmloff/source/script/XMLScriptContextFactory.cxx b/xmloff/source/script/XMLScriptContextFactory.cxx index 041dbdf6dab6..3fb05648c3e0 100644 --- a/xmloff/source/script/XMLScriptContextFactory.cxx +++ b/xmloff/source/script/XMLScriptContextFactory.cxx @@ -20,7 +20,7 @@ #include <XMLScriptContextFactory.hxx> #include <xmloff/XMLEventsImportContext.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/script/XMLScriptExportHandler.cxx b/xmloff/source/script/XMLScriptExportHandler.cxx index b704fe33239b..04c3b8b52c65 100644 --- a/xmloff/source/script/XMLScriptExportHandler.cxx +++ b/xmloff/source/script/XMLScriptExportHandler.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <xmloff/xmlexp.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/script/XMLStarBasicContextFactory.cxx b/xmloff/source/script/XMLStarBasicContextFactory.cxx index 450a232eeac8..558166ea5e3c 100644 --- a/xmloff/source/script/XMLStarBasicContextFactory.cxx +++ b/xmloff/source/script/XMLStarBasicContextFactory.cxx @@ -20,7 +20,7 @@ #include <XMLStarBasicContextFactory.hxx> #include <xmloff/XMLEventsImportContext.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/script/XMLStarBasicExportHandler.cxx b/xmloff/source/script/XMLStarBasicExportHandler.cxx index cc5bbb835c96..155c2c583d32 100644 --- a/xmloff/source/script/XMLStarBasicExportHandler.cxx +++ b/xmloff/source/script/XMLStarBasicExportHandler.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <xmloff/xmlexp.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/script/xmlscripti.cxx b/xmloff/source/script/xmlscripti.cxx index a8bf2ab36047..7ff846e3f653 100644 --- a/xmloff/source/script/xmlscripti.cxx +++ b/xmloff/source/script/xmlscripti.cxx @@ -21,7 +21,7 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/XMLEventsImportContext.hxx> #include "xmlbasicscript.hxx" |