diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-08-30 21:43:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-31 14:30:01 +0200 |
commit | 5d64720ce7571cb491e8c477e3744e1c19894625 (patch) | |
tree | 574200d746a834e28f9437774a5ba38f0c508baf /sfx2/source/appl/appquit.cxx | |
parent | 6191fc447395e877876290eedf28019a1866958d (diff) |
flatten SfxViewShellArr_Impl
Change-Id: I781f877b0c94fdd667b4fd00342e68b35b127867
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121336
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/appl/appquit.cxx')
-rw-r--r-- | sfx2/source/appl/appquit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |