summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-13 08:51:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-13 08:51:57 +0200
commite2574399f7b78bc05eaf11dad41f7c1e5215dc1d (patch)
treef3758c6e8e9c7871673699544ffbd0c3af7a1b6b /filter
parent8445ab32a371963f025d170e7baf1a0ddd36bd4b (diff)
loplugin:sallogareas
Change-Id: Ib28e76ed6947431c6466d11aaadca8d95abfc275
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter1.cxx4
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/flash/swfwriter1.cxx b/filter/source/flash/swfwriter1.cxx
index 2097bcbc94df..4bc5557e4156 100644
--- a/filter/source/flash/swfwriter1.cxx
+++ b/filter/source/flash/swfwriter1.cxx
@@ -794,7 +794,7 @@ sal_uInt16 Writer::defineBitmap( const BitmapEx &bmpSource, sal_Int32 nJPEGQuali
#ifdef DBG_UTIL
if(compress2(pCompressed.get(), &compressed_size, pImageData, raw_size, Z_BEST_COMPRESSION) != Z_OK)
{
- SAL_WARN( "filter", "compress2 failed!" ); ((void)0);
+ SAL_WARN( "filter.flash", "compress2 failed!" ); ((void)0);
}
#else
compress2(pCompressed.get(), &compressed_size, pImageData, raw_size, Z_BEST_COMPRESSION);
@@ -812,7 +812,7 @@ sal_uInt16 Writer::defineBitmap( const BitmapEx &bmpSource, sal_Int32 nJPEGQuali
#ifdef DBG_UTIL
if(compress2(pAlphaCompressed.get(), &alpha_compressed_size, pAlphaData, width * height, Z_BEST_COMPRESSION) != Z_OK)
{
- SAL_WARN( "filter", "compress2 failed!" ); ((void)0);
+ SAL_WARN( "filter.flash", "compress2 failed!" ); ((void)0);
}
#else
compress2(pAlphaCompressed.get(), &alpha_compressed_size, pAlphaData, width * height, Z_BEST_COMPRESSION);
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 2cb1cc563b49..830624498a89 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -4221,7 +4221,7 @@ PPTStyleSheet::PPTStyleSheet( const DffRecordHeader& rSlideHd, SvStream& rIn, Sd
}
}
if ( rIn.Tell() != aTxMasterStyleHd.GetRecEndFilePos() )
- SAL_WARN( "filter", "SJ: Falsche Anzahl von Bytes gelesen beim Import der PPT-Formatvorlagen");
+ SAL_WARN( "filter.ms", "SJ: Falsche Anzahl von Bytes gelesen beim Import der PPT-Formatvorlagen");
}
#endif
}