summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-14 09:06:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-14 11:07:08 +0200
commit7c67a8f4e837669ea23d1bc98e3d6fb78025066f (patch)
tree07ae3da7e7c909a4ddda48a8506365024df7a423 /include
parenttdf#135742 icon for More Options in Page Columns (diff)
downloadcore-7c67a8f4e837669ea23d1bc98e3d6fb78025066f.tar.gz
core-7c67a8f4e837669ea23d1bc98e3d6fb78025066f.zip
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 'include')
-rw-r--r--include/xmloff/namespacemap.hxx (renamed from include/xmloff/nmspmap.hxx)0
-rw-r--r--include/xmloff/xmlictxt.hxx2
2 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/nmspmap.hxx b/include/xmloff/namespacemap.hxx
index 668bfd22745c..668bfd22745c 100644
--- a/include/xmloff/nmspmap.hxx
+++ b/include/xmloff/namespacemap.hxx
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index 29975774bf00..4e86630e2f78 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -26,7 +26,7 @@
#include <com/sun/star/xml/sax/XFastContextHandler.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <rtl/ustring.hxx>
-#include <xmloff/nmspmap.hxx>
+#include <xmloff/namespacemap.hxx>
#include <memory>
namespace com::sun::star::xml::sax { class XAttributeList; }