From 386e38bd3f6d60ee1e1c24f808aeafd030f6d895 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Feb 2017 19:09:45 +0100 Subject: loplugin:sallogareas Change-Id: Ida8a58bd95164cd651934dbf8be0923ac2c08a8e --- sdext/source/pdfimport/tree/imagecontainer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext') diff --git a/sdext/source/pdfimport/tree/imagecontainer.cxx b/sdext/source/pdfimport/tree/imagecontainer.cxx index 64d17c66ef7e..b44ef77db127 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 aData; if( !(pValue->Value >>= aData) ) { - SAL_WARN("pdfimport", "Wrong data type"); + SAL_WARN("sdext.pdfimport", "Wrong data type"); return; } -- cgit