Kaydet (Commit) 24460da8 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

Menu's dispose needs non-zero ref count, tdf#100829

Change-Id: Ie1db4aa8ab2487b9ef058478a2f86d43cf8eba41
üst 098d4a3b
......@@ -286,8 +286,8 @@ void SfxTemplateManagerDlg::dispose()
mpActionBar.clear();
mpSearchView.clear();
mpLocalView.clear();
mpActionMenu.clear();
mpTemplateDefaultMenu.clear();
mpActionMenu.disposeAndClear();
mpTemplateDefaultMenu.disposeAndClear();
ModalDialog::dispose();
}
......
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