summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-10 13:31:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-10 13:31:07 +0200
commit80bff90943bb983033ace6339ff3e575666e8a74 (patch)
treeaac84b816ae80c0e7f788f2174df26fae9dc8232 /vcl
parenttdf#87651 Add outline buttons to impress sidebar (diff)
downloadcore-80bff90943bb983033ace6339ff3e575666e8a74.tar.gz
core-80bff90943bb983033ace6339ff3e575666e8a74.zip
loplugin:bodynotinblock
Change-Id: I97d74eebcb45f413dbc73ab96db447228eeb158f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/osx/PictToBmpFlt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/PictToBmpFlt.cxx b/vcl/osx/PictToBmpFlt.cxx
index dea5b47518a7..dc04348754b4 100644
--- a/vcl/osx/PictToBmpFlt.cxx
+++ b/vcl/osx/PictToBmpFlt.cxx
@@ -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;