From 3c73942c8c4b97ee9ede65890e1b1db3cac753c5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 15 Nov 2016 13:36:03 +0200 Subject: loplugin:countusersofdefaultparams in include/svx..unotools Change-Id: I02e933da66241e99e3b81d90d679f1502bab3fef Reviewed-on: https://gerrit.libreoffice.org/30866 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/ucbhelper/fd_inputstream.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/ucbhelper') diff --git a/include/ucbhelper/fd_inputstream.hxx b/include/ucbhelper/fd_inputstream.hxx index 27d0b1a72774..b0b12e64afc9 100644 --- a/include/ucbhelper/fd_inputstream.hxx +++ b/include/ucbhelper/fd_inputstream.hxx @@ -48,8 +48,7 @@ namespace ucbhelper /** Defines the storage kind found * on which the inputstream acts. */ - - FdInputStream(oslFileHandle tmpfl = nullptr); + FdInputStream(oslFileHandle tmpfl); virtual ~FdInputStream() override; -- cgit