framework/inc/helper/statusindicatorfactory.hxx | 7 ------- 1 file changed, 7 deletions(-)
New commits: commit 7612651a1c51c1c86788c637ef4ab2db7751cc10 Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Dec 12 11:15:12 2019 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu Dec 12 14:58:07 2019 +0100 Remove redundant member clear() from dtor ...and then remove newly-redundant user-provided dtor completely, similar to <https://gerrit.libreoffice.org/#/c/85032/> "Remove some redundant user-provided dtors" Change-Id: I185d3aa7c16b5d4e6e64345c7fa221b9ed0cde6e Reviewed-on: https://gerrit.libreoffice.org/85038 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx index da02dbfc626a..467c1ccd84bf 100644 --- a/framework/inc/helper/statusindicatorfactory.hxx +++ b/framework/inc/helper/statusindicatorfactory.hxx @@ -86,13 +86,6 @@ struct IndicatorInfo m_nValue = 0; } - /** @short Don't forget to free used references! - */ - ~IndicatorInfo() - { - m_xIndicator.clear(); - } - /** @short Used to locate an info struct inside a stl structure... @descr The indicator object itself is used as key. Its values _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
