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/transform/ProcAddAttrTContext.cxx | |
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/transform/ProcAddAttrTContext.cxx')
-rw-r--r-- | xmloff/source/transform/ProcAddAttrTContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/ProcAddAttrTContext.cxx b/xmloff/source/transform/ProcAddAttrTContext.cxx index 2adf278b1bec..bc9391acbb50 100644 --- a/xmloff/source/transform/ProcAddAttrTContext.cxx +++ b/xmloff/source/transform/ProcAddAttrTContext.cxx @@ -20,7 +20,7 @@ #include "ProcAddAttrTContext.hxx" #include "MutableAttrList.hxx" #include "TransformerBase.hxx" -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> using namespace ::com::sun::star::uno; |