summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-04 08:43:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-04 13:57:38 +0100
commitc76c4e74810e152fa5a6befe73ce4167b6b98267 (patch)
treef3f5d59f48eb08ba5077b226c4c8eb56701151bb /include
parentd1232ee6b5e5cc3c811ef3ad72c83e9bd884bfe3 (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')
-rw-r--r--include/sfx2/objsh.hxx5
-rw-r--r--include/svx/dlgctrl.hxx2
2 files changed, 2 insertions, 5 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(
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 1aefcd2fff32..9787e025f915 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -102,7 +102,7 @@ protected:
Point GetApproxLogPtFromPixPt( const Point& rRoughPixelPoint ) const;
public:
- SvxRectCtl(SvxTabPage* pPage, RectPoint eRpt = RectPoint::MM, sal_uInt16 nBorder = 200);
+ SvxRectCtl(SvxTabPage* pPage);
void SetControlSettings(RectPoint eRpt, sal_uInt16 nBorder);
virtual ~SvxRectCtl() override;