From 1b86c57b08986109a7a5d431407fde273ab242d0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 31 Aug 2016 14:34:13 +0200 Subject: loplugin:countusersofdefaultparams Change-Id: Icfc2fdde493619fefaf6119d366f8f7166b3ff36 Reviewed-on: https://gerrit.libreoffice.org/28547 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/stream.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/tools/stream.hxx') diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 19d756b7431d..8a9f3d04db6e 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -651,8 +651,7 @@ public: void* SwitchBuffer(); // the buffer is not owned by this class - void SetBuffer( void* pBuf, sal_Size nSize, - sal_Size nEOF=0 ); + void SetBuffer( void* pBuf, sal_Size nSize, sal_Size nEOF ); void ObjectOwnsMemory( bool bOwn ) { bOwnsData = bOwn; } void SetResizeOffset( sal_Size nNewResize ) { nResize = nNewResize; } -- cgit