From a4ff20eefaa52f97bacbdb2db16ae5b05a71f536 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 6 May 2014 10:23:15 +0300 Subject: WaE: unused variable 'aRect' Change-Id: I22368254727d1b78337cce42425e27fc7e2588c4 --- cui/source/tabpages/numpages.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui') diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index a1265f94c90e..826e60061e51 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -2286,7 +2286,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxNumberingPreview(Window void SvxNumberingPreview::Paint( const Rectangle& /*rRect*/ ) { Size aSize(PixelToLogic(GetOutputSizePixel())); - Rectangle aRect(Point(0,0), aSize); const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); const Color aBackColor = rStyleSettings.GetFieldColor(); -- cgit