diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-04 08:43:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-04 13:57:38 +0100 |
commit | c76c4e74810e152fa5a6befe73ce4167b6b98267 (patch) | |
tree | f3f5d59f48eb08ba5077b226c4c8eb56701151bb /include/sfx2 | |
parent | d1232ee6b5e5cc3c811ef3ad72c83e9bd884bfe3 (diff) |
loplugin:constantparam
Change-Id: Ia2fea86f940d0d2d1dba5ed56660584f3d3fb028
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105280
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index e106d7f3a367..40ab5b46639a 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -447,10 +447,7 @@ public: Size GetFirstPageSize() const; bool DoClose(); std::shared_ptr<GDIMetaFile> GetPreviewMetaFile( bool bFullContent = false ) const; - BitmapEx GetPreviewBitmap( - bool bFullContent = false, - BmpConversion nColorConversion = BmpConversion::N24Bit, - BmpScaleFlag nScaleFlag = BmpScaleFlag::BestQuality) const; + BitmapEx GetPreviewBitmap() const; virtual void CancelTransfers(); bool GenerateAndStoreThumbnail( |