diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-31 19:24:51 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-31 22:39:25 +0100 |
commit | d8ec41e32e6c42fc9ac4b51d5f251d69f915fb45 (patch) | |
tree | 55ced22f0b484d20a6a0d0c4fa2eacd138bb3cfe /include/xmloff/xmlexp.hxx | |
parent | 16d4d1b8ecd99c68c6e11907f9562803ebe7cd9c (diff) |
Fix typo
Change-Id: I7341d932b4d88cfd540056ff292b8ad003af6830
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87779
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/xmloff/xmlexp.hxx')
-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 bb4fb6b92ad2..b14f52a97900 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -180,7 +180,7 @@ protected: // Get (modifiable) namespace map SvXMLNamespaceMap& GetNamespaceMap_() { return *mpNamespaceMap; } - // get a new namespave map (used in starmath to have a default namespace) + // get a new namespace map (used in starmath to have a default namespace) void ResetNamespaceMap(); /// Override this method to export the content of <office:meta>. |