summaryrefslogtreecommitdiff
path: root/basic/source/uno/namecont.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-02 12:45:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-03 09:07:51 +0200
commitcd6486b118c8453f1e494ddeb97021f0ef9181c4 (patch)
tree97df7a0c9579e68d10a149e006a83e92d692eb59 /basic/source/uno/namecont.cxx
parent28dc7c3c5efe78d8e43abec89fb904100ace5d41 (diff)
loplugin:useuniqueptr in BasicManager
Change-Id: I9774a1651c8754f575ebb4b98fbddee5a99a7719 Reviewed-on: https://gerrit.libreoffice.org/58485 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/uno/namecont.cxx')
-rw-r--r--basic/source/uno/namecont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index 910cf3fd9db2..6fd58bcdf08e 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -383,7 +383,7 @@ SfxLibraryContainer::~SfxLibraryContainer()
{
if( mbOwnBasMgr )
{
- BasicManager::LegacyDeleteBasicManager( mpBasMgr );
+ delete mpBasMgr;
}
}