From 7bed47db29783677aa69aa2a54ab1f6ca8e810f6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Apr 2020 11:36:41 +0200 Subject: loplugin:makeshared in dbaccess Change-Id: If4208532d2905410a07b846afee46fba2fe1e549 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92748 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/ui/inc/JoinTableView.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx') diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index 4134ebca023f..413cccf32e7d 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -280,7 +280,7 @@ namespace dbaui /// resizing) is used, as no scrolling can take place while resizing virtual void Command(const CommandEvent& rEvt) override; - virtual OTableWindowData* CreateImpl(const OUString& _rComposedName + virtual std::shared_ptr CreateImpl(const OUString& _rComposedName ,const OUString& _sTableName ,const OUString& _rWinName); -- cgit