include/xmloff/xmlexp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8ec41e32e6c42fc9ac4b51d5f251d69f915fb45 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jan 31 19:24:51 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jan 31 22:39:25 2020 +0100 Fix typo Change-Id: I7341d932b4d88cfd540056ff292b8ad003af6830 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87779 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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>. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
