Kaydet (Commit) 9ea63828 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738906 Uninitialized scalar field

Change-Id: I9fabb1236011bc04238af0e6952d3ff0f07c9463
üst ca03d495
...@@ -2351,6 +2351,7 @@ SwGrfExtPage::SwGrfExtPage(Window *pParent, const SfxItemSet &rSet) ...@@ -2351,6 +2351,7 @@ SwGrfExtPage::SwGrfExtPage(Window *pParent, const SfxItemSet &rSet)
: SfxTabPage(pParent, "PicturePage", : SfxTabPage(pParent, "PicturePage",
"modules/swriter/ui/picturepage.ui", rSet) "modules/swriter/ui/picturepage.ui", rSet)
, pGrfDlg(0) , pGrfDlg(0)
, bHtmlMode(false)
{ {
get(m_pMirror, "flipframe"); get(m_pMirror, "flipframe");
get(m_pMirrorVertBox, "vert"); get(m_pMirrorVertBox, "vert");
......
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