vcl/osx/salinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fb3ca9626fd143006dbf709a65e56fa55c2dd52f Author: Stephan Bergmann <[email protected]> Date: Sun Oct 25 20:27:30 2015 +0100 loplugin:defaultparams Change-Id: I0aefe45eb06ac9d63fa79c33fd63f120c0258470 diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index bee5024..0ae4ff6 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -93,7 +93,7 @@ class AquaDelayedSettingsChanged : public Idle it != pSalData->maFrames.end(); ++it ) { if( (*it)->mbShown ) - (*it)->SendPaintEvent( NULL ); + (*it)->SendPaintEvent(); } } Stop(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
