diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/styledlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx index 0e2551102a2a..786a6401a62b 100644 --- a/sfx2/source/dialog/styledlg.cxx +++ b/sfx2/source/dialog/styledlg.cxx @@ -65,6 +65,7 @@ SfxStyleDialogController::SfxStyleDialogController */ SfxStyleDialogController::~SfxStyleDialogController() { + // coverity[leaked_storage] - deliberate, ownership is really with m_rStyle m_xExampleSet.release(); } |