Kaydet (Commit) 4899b89f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1435838 Uninitialized scalar field

Change-Id: I76446f3d70f3385b78ee382b265439765176f4f5
Reviewed-on: https://gerrit.libreoffice.org/54900Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst b93348cd
...@@ -626,6 +626,7 @@ BitmapEx& RectCtl::GetRectBitmap() ...@@ -626,6 +626,7 @@ BitmapEx& RectCtl::GetRectBitmap()
RectCtl::RectCtl(SvxTabPage* pPage, RectPoint eRpt, sal_uInt16 nBorder) RectCtl::RectCtl(SvxTabPage* pPage, RectPoint eRpt, sal_uInt16 nBorder)
: m_pPage(pPage) : m_pPage(pPage)
, nBorderWidth(Application::GetDefaultDevice()->LogicToPixel(Size(nBorder, 0), MapMode(MapUnit::Map100thMM)).Width()) , nBorderWidth(Application::GetDefaultDevice()->LogicToPixel(Size(nBorder, 0), MapMode(MapUnit::Map100thMM)).Width())
, eRP(eRpt)
, eDefRP(eRpt) , eDefRP(eRpt)
, pBitmap(nullptr) , pBitmap(nullptr)
, m_nState(CTL_STATE::NONE) , m_nState(CTL_STATE::NONE)
......
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