diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-06 10:23:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-06 10:23:15 +0300 |
commit | a4ff20eefaa52f97bacbdb2db16ae5b05a71f536 (patch) | |
tree | 6393aa5308743f6740c24841b726c9ff69f9eda2 /cui | |
parent | d117fb663ae85392dacbc9a3be32ed1af205dd61 (diff) |
WaE: unused variable 'aRect'
Change-Id: I22368254727d1b78337cce42425e27fc7e2588c4
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |