From ff339c89b51ed571d55c762e43aa1a6ee9ada1cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Apr 2017 14:13:00 +0200 Subject: loplugin:constantparam part2 Change-Id: I7ec4c946be52a6b56aee908426f95ecacc7b0746 Reviewed-on: https://gerrit.libreoffice.org/36072 Tested-by: Jenkins Reviewed-by: Noel Grandin --- filter/source/msfilter/viscache.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/source/msfilter/viscache.hxx') diff --git a/filter/source/msfilter/viscache.hxx b/filter/source/msfilter/viscache.hxx index 0a73ee75dbf6..a604f5d1015e 100644 --- a/filter/source/msfilter/viscache.hxx +++ b/filter/source/msfilter/viscache.hxx @@ -35,8 +35,8 @@ class Impl_OlePres sal_uInt32 nAdvFlags; Size aSize; // size in 100TH_MM public: - explicit Impl_OlePres( SotClipboardFormatId nF ) - : nFormat( nF ) + explicit Impl_OlePres() + : nFormat( SotClipboardFormatId::GDIMETAFILE ) , nAspect( ASPECT_CONTENT ) , pMtf( nullptr ) , nAdvFlags( 0x2 ) // found in document -- cgit