diff options
-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>. |