[Libreoffice-commits] core.git: 2 commits - include/sal sd/source

Tor Lillqvist tml at collabora.com
Fri May 6 10:59:41 UTC 2016


 include/sal/log-areas.dox                |    1 +
 sd/source/filter/eppt/pptx-epptooxml.cxx |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 72ea8912b8f2a6b0d6dae8ac47908211512c34f9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 6 13:57:17 2016 +0300

    Make this a bit saner
    
    Not sure about usefulness, though.
    
    Change-Id: Ia1ef46a7ab7f599e90fe91e77707b20786573182

diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index dd48c9d..dd5c3a9 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -1592,7 +1592,7 @@ void PowerPointExport::ImplWriteNotes( sal_uInt32 nPageNum )
     if( !mbCreateNotes || !ContainsOtherShapeThanPlaceholders() )
         return;
 
-    SAL_INFO("write Notes %" SAL_PRIuUINT32 "\n----------------", nPageNum);
+    SAL_INFO("sd.eppt", "write Notes " << nPageNum << "\n----------------");
 
     FSHelperPtr pFS = openFragmentStreamWithSerializer( OUStringBuffer()
                                                         .append( "ppt/notesSlides/notesSlide" )
commit edb1c6583cfabd398c05b10317fcc5e871bb622a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 6 13:40:29 2016 +0300

    loplugin:sallogareas
    
    Change-Id: I4ca21392f38d1ab567e87d6f231641993c0e862c

diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index 0b19721..cbb93eb 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -153,6 +153,7 @@ certain functionality.
 
 @li @c sd
 @li @c sd.core
+ at li @c sd.eppt
 @li @c sd.filter
 @li @c sd.fwk
 @li @c sd.slideshow


More information about the Libreoffice-commits mailing list