From fe7a4bccfdc6ff7e10789e5512ac469a4dc44f55 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Feb 2014 23:46:33 +0100 Subject: Adapt vcl to various loplugin warnings on Mac OS X Change-Id: I4553ce218fbcf2ac681b284c71e7d558a451511c --- vcl/ios/iosinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/ios') diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index a8dccdf873da..4ffc6893cfab 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -171,7 +171,7 @@ public: IosSalInstance::getInstance()->GetWorkArea( rRect ); } - void ShowFullScreen( sal_Bool, sal_Int32 ) + void ShowFullScreen( bool, sal_Int32 ) { SetPosSize( 0, 0, viewWidth, viewHeight, SAL_FRAME_POSSIZE_WIDTH | SAL_FRAME_POSSIZE_HEIGHT ); -- cgit