From 5d64720ce7571cb491e8c477e3744e1c19894625 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 30 Aug 2021 21:43:12 +0200 Subject: flatten SfxViewShellArr_Impl Change-Id: I781f877b0c94fdd667b4fd00342e68b35b127867 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121336 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/appl/appquit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/appl/appquit.cxx') diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index a16e4d381f31..8a1d3b780f2b 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -89,7 +89,7 @@ void SfxApplication::Deinitialize() pImpl->maTbxCtrlFactories.clear(); pImpl->maStbCtrlFactories.clear(); pImpl->maViewFrames.clear(); - pImpl->pViewShells.reset(); + pImpl->maViewShells.clear(); pImpl->pObjShells.reset(); //TODO/CLEANUP -- cgit