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 --- sfx2/source/dialog/splitwin.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sfx2/source/dialog/splitwin.cxx') diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index a71c91514e23..77b9ea1f4fd9 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog/splitwin.cxx @@ -384,7 +384,7 @@ void SfxSplitWindow::Split() sal_uInt16 nCount = maDockArr.size(); for ( sal_uInt16 n=0; nGetType() ) { if ( rDock.bNewLine && nGetType() ) { rDock.pWin = nullptr; -- cgit