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 /dbaccess | |
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 'dbaccess')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbaxml.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/filter/xml/xmlExport.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbaxml.hxx b/dbaccess/inc/pch/precompiled_dbaxml.hxx index 6009c4474bc5..10a62e553977 100644 --- a/dbaccess/inc/pch/precompiled_dbaxml.hxx +++ b/dbaccess/inc/pch/precompiled_dbaxml.hxx @@ -94,7 +94,7 @@ #include <xmloff/dllapi.h> #include <xmloff/families.hxx> #include <xmloff/maptype.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/dbaccess/source/filter/xml/xmlExport.cxx b/dbaccess/source/filter/xml/xmlExport.cxx index 323e51bd3579..a5dbba80cca5 100644 --- a/dbaccess/source/filter/xml/xmlExport.cxx +++ b/dbaccess/source/filter/xml/xmlExport.cxx @@ -22,7 +22,7 @@ #include <sax/tools/converter.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnmspe.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index bcf498e8c16e..24dd39e91f55 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -35,7 +35,7 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlscripti.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/nmspmap.hxx> +#include <xmloff/namespacemap.hxx> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/SAXParseException.hpp> #include <xmloff/ProgressBarHelper.hxx> |