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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 9 11:21:38 UTC 2020


 oox/source/ppt/timenode.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 79ec299fa61edfe466587158c73c39e95fc645ce
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:10:06 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Feb 9 12:21:03 2020 +0100

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

diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index 928f52053a87..3debf4066441 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -93,7 +93,7 @@ namespace oox::ppt {
                 sServiceName = "com.sun.star.animations.Audio";
                 break;
             default:
-                SAL_INFO("oox.ppt","OOX: uhandled type " << nNodeType );
+                SAL_INFO("oox.ppt","OOX: unhandled type " << nNodeType );
                 break;
             }
             return sServiceName;


More information about the Libreoffice-commits mailing list