diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-19 16:24:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 11:59:51 +0200 |
commit | 2bceb245e60be2cf973c7b9d586b74881f66fbef (patch) | |
tree | 165c92b240b8eed11bcdfa17606240e439e419e8 /include/xmloff | |
parent | 7d071f35bee7bed82ac47429a594e76617518d20 (diff) |
Fix typos
Change-Id: Id7d0de124c4b9006db8c28e5cebb3ba38b0143ee
Reviewed-on: https://gerrit.libreoffice.org/57602
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index 2764516728e2..f2319efcd702 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -181,7 +181,7 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper< protected: void setExportFlags( SvXMLExportFlags nExportFlags ) { mnExportFlags = nExportFlags; } - // Get (modifyable) namespace map + // Get (modifiable) namespace map SvXMLNamespaceMap& GetNamespaceMap_() { return *mpNamespaceMap; } // get a new namespave map (used in starmath to have a default namespace) |