Kaydet (Commit) a4ff20ee authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'aRect'

Change-Id: I22368254727d1b78337cce42425e27fc7e2588c4
üst d117fb66
...@@ -2286,7 +2286,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxNumberingPreview(Window ...@@ -2286,7 +2286,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxNumberingPreview(Window
void SvxNumberingPreview::Paint( const Rectangle& /*rRect*/ ) void SvxNumberingPreview::Paint( const Rectangle& /*rRect*/ )
{ {
Size aSize(PixelToLogic(GetOutputSizePixel())); Size aSize(PixelToLogic(GetOutputSizePixel()));
Rectangle aRect(Point(0,0), aSize);
const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings(); const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings();
const Color aBackColor = rStyleSettings.GetFieldColor(); const Color aBackColor = rStyleSettings.GetFieldColor();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment