[Libreoffice-commits] core.git: include/xmloff

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 31 21:39:57 UTC 2020


 include/xmloff/xmlexp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8ec41e32e6c42fc9ac4b51d5f251d69f915fb45
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 31 19:24:51 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list