Kaydet (Commit) 386e38bd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:sallogareas

Change-Id: Ida8a58bd95164cd651934dbf8be0923ac2c08a8e
üst d3676cee
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment