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 /editeng | |
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 'editeng')
-rw-r--r-- | editeng/inc/pch/precompiled_editeng.hxx | 2 | ||||
-rw-r--r-- | editeng/source/misc/SvXMLAutoCorrectExport.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx index f36565045dff..7d6dc8af8c15 100644 --- a/editeng/inc/pch/precompiled_editeng.hxx +++ b/editeng/inc/pch/precompiled_editeng.hxx @@ -260,7 +260,7 @@ #include <unotools/unotoolsdllapi.h> #include <xmloff/dllapi.h> #include <xmloff/families.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmltoken.hxx> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 diff --git a/editeng/source/misc/SvXMLAutoCorrectExport.cxx b/editeng/source/misc/SvXMLAutoCorrectExport.cxx index 19a83eaf3bc3..f1e6988e3318 100644 --- a/editeng/source/misc/SvXMLAutoCorrectExport.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectExport.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/util/MeasureUnit.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> |