diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-28 14:53:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-29 08:50:12 +0200 |
commit | 148a9f29d4bbd31a1d59cb3f078f719cf09d0d90 (patch) | |
tree | a903a28846f330369c08bb4f1035fe407b5d2d7f /include/svx/compressgraphicdialog.hxx | |
parent | 3c75009a677ae950105a65c699b16caf72b516b0 (diff) |
loplugin:constparams in svx
Change-Id: Icc388182b9b7b6a6617793be09217f06bed7332d
Reviewed-on: https://gerrit.libreoffice.org/40527
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/compressgraphicdialog.hxx')
-rw-r--r-- | include/svx/compressgraphicdialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/compressgraphicdialog.hxx b/include/svx/compressgraphicdialog.hxx index d36e71a54a77..03128ee74fba 100644 --- a/include/svx/compressgraphicdialog.hxx +++ b/include/svx/compressgraphicdialog.hxx @@ -102,7 +102,7 @@ private: public: CompressGraphicsDialog( vcl::Window* pParent, SdrGrafObj* pGraphicObj, SfxBindings& rBindings ); - CompressGraphicsDialog( vcl::Window* pParent, Graphic& rGraphic, Size rViewSize100mm, tools::Rectangle& rCropRectangle, SfxBindings& rBindings ); + CompressGraphicsDialog( vcl::Window* pParent, Graphic const & rGraphic, Size rViewSize100mm, tools::Rectangle const & rCropRectangle, SfxBindings& rBindings ); virtual ~CompressGraphicsDialog() override; virtual void dispose() override; |