summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-04 15:54:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-04 21:16:28 +0100
commit6dac288c724b47f4213a40d3a3a22895904e5bd7 (patch)
tree1a66705340ad1b1b19c8acfbd3dc9f97c5e47442 /include
parentc3fbaa3089b0d0beafa6c4334c2e497652de4cf1 (diff)
Fix typos
Change-Id: I8a7a313b54aafc5347e00c5afec4648e09dbc981 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105295 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index eee53a95d91b..7ea66274bb54 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -134,7 +134,7 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper<
OUString msOrigFileName; // the original URL
OUString msFilterName;
OUString msImgFilterName;
- std::unique_ptr<SvXMLNamespaceMap> mpNamespaceMap; // the namepspace map
+ std::unique_ptr<SvXMLNamespaceMap> mpNamespaceMap; // the namespace map
SvXMLUnitConverter maUnitConv; // the unit converter
std::unique_ptr<SvXMLNumFmtExport> mpNumExport;
std::unique_ptr<ProgressBarHelper> mpProgressBarHelper;