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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 28 07:50:39 UTC 2020


 xmloff/source/draw/animationimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a98d9fd5f801fb0ff1e1ed68478efcd2080377a9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 27 23:07:06 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 28 08:49:52 2020 +0100

    Fix typo
    
    Change-Id: I6cf5da5de456eeab5b482ba71bd7d612aabe1e2b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89655
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx
index 7c87ed009155..7cb48ab3049f 100644
--- a/xmloff/source/draw/animationimport.cxx
+++ b/xmloff/source/draw/animationimport.cxx
@@ -508,7 +508,7 @@ AnimationNodeContext::AnimationNodeContext(
 
             const char* pServiceName = nullptr;
 
-            // we see namesspace ANIMATION and ANIMATION_OOO and PRESENTATION_OASIS and PRESENTATION_SO52 and PRESENTATION_OOO
+            // we see namespace ANIMATION and ANIMATION_OOO and PRESENTATION_OASIS and PRESENTATION_SO52 and PRESENTATION_OOO
             switch( nElement & TOKEN_MASK )
             {
             case XML_SEQ:


More information about the Libreoffice-commits mailing list