Kaydet (Commit) 80bff909 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:bodynotinblock

Change-Id: I97d74eebcb45f413dbc73ab96db447228eeb158f
üst ef530d39
......@@ -37,10 +37,10 @@ bool ImageToPNG( com::sun::star::uno::Sequence<sal_Int8>& rImgData,
return false;
NSBitmapImageRep* pRep =[NSBitmapImageRep imageRepWithData: pData];
if( !pRep)
if( !pRep)
return false;
NSData* pOut = [pRep representationUsingType: NSPNGFileType properties: @{ }];
NSData* pOut = [pRep representationUsingType: NSPNGFileType properties: @{ }];
if( !pOut)
return false;
......
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