From 231e16d9091c2d318d99c2f2eb985311e7138127 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Oct 2019 15:45:13 +0200 Subject: loplugin:redundantpointerops simplify *p.get() Change-Id: I12517651fb3f777fd08e384992bb3e84b340ad85 Reviewed-on: https://gerrit.libreoffice.org/80382 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/condformat/condformatdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/condformat') diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx index fca7434887e1..9a86807f70ee 100644 --- a/sc/source/ui/condformat/condformatdlg.cxx +++ b/sc/source/ui/condformat/condformatdlg.cxx @@ -101,7 +101,7 @@ void ScCondFormatList::init(ScDocument* pDoc, } } if(nCount) - EntrySelectHdl(*maEntries[0].get()); + EntrySelectHdl(*maEntries[0]); } else { -- cgit