summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-05 12:35:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-05 12:36:33 +0100
commitebd7da6837f18ef164eacdcd92a59dddf2a346a8 (patch)
tree2c15cbbd6b4283a57a36724faa8c1fb38a824d69 /sw/source
parent49c83f01357811dc0c4928f17ceaa516f24990d3 (diff)
WaE: unused variable
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/docvw/edtwin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index d83f6932e753..426315048f3a 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -5703,8 +5703,6 @@ SwHeaderFooterControl::SwHeaderFooterControl( Window* pParent, const rtl::OUStri
GetTextBoundRect( aTextRect, String( sLabel ) );
Rectangle aTextPxRect = LogicToPixel( aTextRect );
- Size aParentSize = pParent->GetSizePixel();
-
Size aBoxSize ( aTextPxRect.GetWidth() + TEXT_PADDING * 2,
aTextPxRect.GetHeight() + TEXT_PADDING * 2 );