loplugin:sallogareas
Change-Id: Ib28e76ed6947431c6466d11aaadca8d95abfc275
This commit is contained in:
@@ -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);
|
||||
|
@@ -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
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user