summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-27 17:13:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-30 08:33:39 +0100
commit1ecdddcc32ce2b003fca43ac2c5ef0668afef8dd (patch)
tree40d202cc79977e5f4f4aa9a010d55dc72a4a3d1f /include
parentdd9c17ae211a8171a7dc84acd9c9dc17cc5b8c48 (diff)
loplugin:constantparam in vcl
Change-Id: Ic32e4098dcdae5ca5d7fe2749badedabda86a90d Reviewed-on: https://gerrit.libreoffice.org/44043 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/imagerepository.hxx5
-rw-r--r--include/vcl/longcurr.hxx2
-rw-r--r--include/vcl/svapp.hxx2
3 files changed, 2 insertions, 7 deletions
diff --git a/include/vcl/imagerepository.hxx b/include/vcl/imagerepository.hxx
index d7553802afe1..083a01667b9a 100644
--- a/include/vcl/imagerepository.hxx
+++ b/include/vcl/imagerepository.hxx
@@ -41,15 +41,12 @@ namespace vcl
the name of the image to load.
@param _out_rImage
will take the image upon successful return.
- @param bSearchLanguageDependent
- determines whether a language-dependent image is to be searched.
@return
whether or not the image could be loaded successfully.
*/
static bool loadImage(
const OUString& _rName,
- BitmapEx& _out_rImage,
- bool bSearchLanguageDependent
+ BitmapEx& _out_rImage
);
};
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index b7687ae32ce9..6e2aea73a052 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -83,7 +83,6 @@ private:
public:
LongCurrencyField( vcl::Window* pParent, WinBits nWinStyle );
- virtual bool PreNotify( NotifyEvent& rNEvt ) override;
virtual bool EventNotify( NotifyEvent& rNEvt ) override;
void Modify() override;
@@ -106,7 +105,6 @@ class VCL_DLLPUBLIC LongCurrencyBox : public ComboBox, public LongCurrencyFormat
public:
LongCurrencyBox( vcl::Window* pParent, WinBits nWinStyle );
- virtual bool PreNotify( NotifyEvent& rNEvt ) override;
virtual bool EventNotify( NotifyEvent& rNEvt ) override;
void Modify() override;
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 5624494414f8..e895dde09a7d 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -715,7 +715,7 @@ public:
@see ImplCallEventListeners(VclSimpleEvent* pEvent)
*/
- static void ImplCallEventListeners( VclEventId nEvent, vcl::Window* pWin, void* pData );
+ static void ImplCallEventListeners( VclEventId nEvent, void* pData );
/** Send event to all VCL application event listeners