diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-06 13:57:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-06 13:57:22 +0300 |
commit | 72ea8912b8f2a6b0d6dae8ac47908211512c34f9 (patch) | |
tree | ba201c9f12a55988dfeb4ca17acebd3cba857120 /sd | |
parent | edb1c6583cfabd398c05b10317fcc5e871bb622a (diff) |
Make this a bit saner
Not sure about usefulness, though.
Change-Id: Ia1ef46a7ab7f599e90fe91e77707b20786573182
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index dd48c9d54556..dd5c3a94fd2c 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" ) |