diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-28 19:09:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-28 19:09:45 +0100 |
commit | 386e38bd3f6d60ee1e1c24f808aeafd030f6d895 (patch) | |
tree | 680a23afb3192dd26e55b0257e32e467c40850e2 /sdext | |
parent | d3676ceeec55a41337ce5e6bc596f4f100d0638e (diff) |
loplugin:sallogareas
Change-Id: Ida8a58bd95164cd651934dbf8be0923ac2c08a8e
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/tree/imagecontainer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<sal_Int8> aData; if( !(pValue->Value >>= aData) ) { - SAL_WARN("pdfimport", "Wrong data type"); + SAL_WARN("sdext.pdfimport", "Wrong data type"); return; } |