loplugin:sallogareas

Change-Id: Ib28e76ed6947431c6466d11aaadca8d95abfc275
This commit is contained in:
Stephan Bergmann
2016-06-13 08:51:57 +02:00
parent 8445ab32a3
commit e2574399f7
3 changed files with 4 additions and 3 deletions

View File

@@ -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);

View File

@@ -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
}

View File

@@ -198,6 +198,7 @@ certain functionality.
@section Filter
@li @c filter.config
@li @c filter.flash
@li @c filter.ms - escher import/export
@li @c filter.odfflatxml
@li @c filter.os2met