diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/imagerepository.hxx | 5 | ||||
-rw-r--r-- | include/vcl/longcurr.hxx | 2 | ||||
-rw-r--r-- | include/vcl/svapp.hxx | 2 |
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 |