summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-10-30 10:41:54 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2018-10-30 21:40:26 +0100
commit2226d69ae3f416c15f3718f43a05055091ea50d2 (patch)
treeb06ac43328b8c8c2ef56b67a086a71fdb65fce9e /basic/source/inc
parentc2a9207e28c11132d5c3d4817c8a903a3f38ecd1 (diff)
Make SbiProcDef::Match more readable
This reverts commit 02caaef29d60 ("loplugin:useuniqueptr in SbiProcDef") and is hopefully easier to follow. Change-Id: I46be2b3c7a933743795d89fe17a2c499c6983382 Reviewed-on: https://gerrit.libreoffice.org/62548 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'basic/source/inc')
-rw-r--r--basic/source/inc/symtbl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx
index 3c0f9bf0128e..64a11ea814f3 100644
--- a/basic/source/inc/symtbl.hxx
+++ b/basic/source/inc/symtbl.hxx
@@ -194,7 +194,7 @@ public:
// Match with a forward-declaration. The parameter names are
// compared and the forward declaration is replaced by this
- void Match( std::unique_ptr<SbiProcDef> pForward );
+ void Match( SbiProcDef* pForward );
private:
SbiProcDef( const SbiProcDef& ) = delete;