summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-06 10:23:15 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-06 10:23:15 +0300
commita4ff20eefaa52f97bacbdb2db16ae5b05a71f536 (patch)
tree6393aa5308743f6740c24841b726c9ff69f9eda2 /cui
parentd117fb663ae85392dacbc9a3be32ed1af205dd61 (diff)
WaE: unused variable 'aRect'
Change-Id: I22368254727d1b78337cce42425e27fc7e2588c4
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/numpages.cxx1
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();