[Libreoffice-commits] .: sw/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Sep 5 04:36:59 PDT 2011
sw/source/ui/docvw/edtwin.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit ebd7da6837f18ef164eacdcd92a59dddf2a346a8
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Sep 5 12:35:27 2011 +0100
WaE: unused variable
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index d83f693..4263150 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 );
More information about the Libreoffice-commits
mailing list