From de6f36cc2fb359332205ba836f8396a1cdbe44c2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 27 Mar 2019 08:55:47 +0200 Subject: simplify reset(nullptr) -> reset() Change-Id: Iec5e93d9c59dde44571376e46fb98ea854e16b6c Reviewed-on: https://gerrit.libreoffice.org/69784 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/ext/macromigration/migrationengine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ext/macromigration/migrationengine.cxx') diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx index 80df6c2a1826..7ff4d349e935 100644 --- a/dbaccess/source/ext/macromigration/migrationengine.cxx +++ b/dbaccess/source/ext/macromigration/migrationengine.cxx @@ -1305,7 +1305,7 @@ namespace dbmm // now that the concrete scripts storage does not have any elements anymore, // remove it - xScriptsRoot.reset( nullptr ); // need to reset the storage to be allowed to remove it + xScriptsRoot.reset(nullptr); // need to reset the storage to be allowed to remove it aDocStorage.removeScriptTypeStorage( _eScriptType ); // done so far -- cgit