From 0e17dd5810b393b69d7f84bc4529186c98c94caf Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 3 Nov 2015 19:57:51 +0900 Subject: vcl: Mark them as const Change-Id: Ia19d3512d156be725840c24d441a3eaa08e83a5e --- vcl/source/control/ilstbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx index 92ea38361f31..358fcf2cc93b 100644 --- a/vcl/source/control/ilstbox.cxx +++ b/vcl/source/control/ilstbox.cxx @@ -3115,7 +3115,7 @@ void ImplListBoxFloatingWindow::StartFloat( bool bStartTracking ) if( ImplGetSVData()->maNWFData.mbNoFocusRects && GetParent()->IsNativeWidgetEnabled() ) { - sal_Int32 nLeft = 4, nTop = 4, nRight = 4, nBottom = 4; + const sal_Int32 nLeft = 4, nTop = 4, nRight = 4, nBottom = 4; aPos.X() += nLeft; aPos.Y() += nTop; aSz.Width() -= nLeft + nRight; -- cgit