From 693d40fed862614e05fbad167f7f09005683d6da Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 31 Oct 2017 08:50:15 +0200 Subject: loplugin:constantparam in oox,registry,reportdesign Change-Id: I914fa6c6ef2f660eb6b8570c9c5f86cef477be80 Reviewed-on: https://gerrit.libreoffice.org/44093 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/oox/ole/olehelper.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/oox') diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx index 128b49796334..1a34748f79ee 100644 --- a/include/oox/ole/olehelper.hxx +++ b/include/oox/ole/olehelper.hxx @@ -130,8 +130,7 @@ namespace OleHelper */ OOX_DLLPUBLIC bool importStdPic( StreamDataSequence& orGraphicData, - BinaryInputStream& rInStrm, - bool bWithGuid ); + BinaryInputStream& rInStrm ); } class OOX_DLLPUBLIC OleFormCtrlExportHelper final -- cgit