[Libreoffice-commits] core.git: sdext/source
Stephan Bergmann
sbergman at redhat.com
Tue Feb 28 18:10:37 UTC 2017
sdext/source/pdfimport/tree/imagecontainer.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 386e38bd3f6d60ee1e1c24f808aeafd030f6d895
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Feb 28 19:09:45 2017 +0100
loplugin:sallogareas
Change-Id: Ida8a58bd95164cd651934dbf8be0923ac2c08a8e
diff --git a/sdext/source/pdfimport/tree/imagecontainer.cxx b/sdext/source/pdfimport/tree/imagecontainer.cxx
index 64d17c6..b44ef77 100644
--- a/sdext/source/pdfimport/tree/imagecontainer.cxx
+++ b/sdext/source/pdfimport/tree/imagecontainer.cxx
@@ -129,14 +129,14 @@ void ImageContainer::writeBase64EncodedStream( ImageId nId, EmitContext& rContex
if (pValue == pAry + nLen )
{
- SAL_WARN("pdfimport", "InputSequence not found");
+ SAL_WARN("sdext.pdfimport", "InputSequence not found");
return;
}
uno::Sequence<sal_Int8> aData;
if( !(pValue->Value >>= aData) )
{
- SAL_WARN("pdfimport", "Wrong data type");
+ SAL_WARN("sdext.pdfimport", "Wrong data type");
return;
}
More information about the Libreoffice-commits
mailing list