Kaydet (Commit) 8180a8c3 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Noel Grandin

cppcheck: redundant assignment tphatch.cxx

Change-Id: Idf9ebf5df0d95e045a5766c740e22b80e57f7848
Reviewed-on: https://gerrit.libreoffice.org/28109Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 7ac849da
......@@ -76,9 +76,8 @@ SvxHatchTabPage::SvxHatchTabPage
get(m_pCbBackgroundColor, "backgroundcolor");
get(m_pLbBackgroundColor, "backgroundcolorlb");
get(m_pHatchLB , "hatchpresetlist");
Size aSize = getDrawListBoxOptimalSize(this);
get(m_pCtlPreview, "previewctl");
aSize = getDrawPreviewOptimalSize(this);
Size aSize = getDrawPreviewOptimalSize(this);
m_pCtlPreview->set_width_request(aSize.Width());
m_pCtlPreview->set_height_request(aSize.Height());
get(m_pBtnAdd, "add");
......
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