summaryrefslogtreecommitdiff
path: root/include/unotools/streamhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-16 11:14:05 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-16 10:27:43 +0000
commitf958db475d19ac60f39616e075717c2fe3ee4839 (patch)
tree2665b94e4302d9853e4913a7e82a3f35017786f4 /include/unotools/streamhelper.hxx
parente41d23abb03a0c5a5c50be290c2265513e178889 (diff)
loplugin:constantparam in unotools/
Change-Id: I016cf96af3a93c8f2114657a7e59599f68446ddc Reviewed-on: https://gerrit.libreoffice.org/23296 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/unotools/streamhelper.hxx')
-rw-r--r--include/unotools/streamhelper.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/unotools/streamhelper.hxx b/include/unotools/streamhelper.hxx
index 2fbd5dec550b..7b6091a48d77 100644
--- a/include/unotools/streamhelper.hxx
+++ b/include/unotools/streamhelper.hxx
@@ -47,10 +47,9 @@ class UNOTOOLS_DLLPUBLIC OInputStreamHelper : public InputStreamHelper_Base
public:
OInputStreamHelper(const SvLockBytesRef& _xLockBytes,
- sal_uInt32 _nAvailable,
- sal_uInt64 _nPos = 0)
+ sal_uInt32 _nAvailable)
:m_xLockBytes(_xLockBytes)
- ,m_nActPos(_nPos)
+ ,m_nActPos(0)
,m_nAvailable(_nAvailable){}
// css::uno::XInterface