From 0140d931e17a6392ead39a0250b2266fb6dfddf4 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sun, 28 Aug 2016 11:45:28 +0200 Subject: loplugin:defaultparams Change-Id: I9e6b81855e421186af92e53c71f5ba9bd8005319 Reviewed-on: https://gerrit.libreoffice.org/28433 Reviewed-by: Jochen Nitschke Tested-by: Jochen Nitschke --- cui/source/dialogs/screenshotannotationdlg.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cui/source/dialogs/screenshotannotationdlg.cxx') diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx index e2a9b4c748d0..6016cd069d43 100644 --- a/cui/source/dialogs/screenshotannotationdlg.cxx +++ b/cui/source/dialogs/screenshotannotationdlg.cxx @@ -206,7 +206,7 @@ ScreenshotAnnotationDlg_Impl::ScreenshotAnnotationDlg_Impl( if (mpText) { mpText->SetText("The quick brown fox jumps over the lazy dog :)"); - mpText->SetReadOnly(true); + mpText->SetReadOnly(); } // set click handler for save button @@ -406,8 +406,7 @@ void ScreenshotAnnotationDlg_Impl::PaintControlDataEntry( // no transparency, draw without mpVirtualBufferDevice->DrawPolyLine( aPolygon, - fLineWidth, - basegfx::B2DLineJoin::Round); + fLineWidth); } } } -- cgit v1.2.3