From 8f5748e29ee46315323a38d14af61c4f4e9f8fdf Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 3 Nov 2015 19:58:20 +0900 Subject: vcl: Mark it as const Change-Id: I0ddaf1cf9d0a3f36f88bea3101b7059e04d755ff --- vcl/source/window/decoview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source') diff --git a/vcl/source/window/decoview.cxx b/vcl/source/window/decoview.cxx index 3ef2bc95bf40..376c7bf2bb4e 100644 --- a/vcl/source/window/decoview.cxx +++ b/vcl/source/window/decoview.cxx @@ -1101,7 +1101,7 @@ void DecorationView::DrawHandle(const Rectangle& rRect, bool bVertical) mpOutDev->SetLineColor(rStyleSettings.GetDarkShadowColor()); mpOutDev->SetFillColor(rStyleSettings.GetDarkShadowColor()); - sal_Int32 nNumberOfPoints = 3; + const sal_Int32 nNumberOfPoints = 3; long nHalfWidth = aOutputSize.Width() / 2.0f; long nHalfHeight = aOutputSize.Height() / 2.0f; -- cgit v1.2.3