Kaydet (Commit) e5e051b2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: overriding virtual function declaration not marked 'override'

Change-Id: I1a7172cb9b2663b84874b3c3f277fb3b3786c7a4
üst 192eaec6
...@@ -505,11 +505,11 @@ private: ...@@ -505,11 +505,11 @@ private:
DECL_LINK(AutoScroll, void *); DECL_LINK(AutoScroll, void *);
DECL_LINK( ShowHideListener, VclWindowEvent* ); DECL_LINK( ShowHideListener, VclWindowEvent* );
void StateChanged( StateChangedType nType ) SAL_OVERRIDE; virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE;
void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE; virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
protected: protected:
Region ImplCalcClipRegion( bool bIncludeLogo = true ) const; Region ImplCalcClipRegion( bool bIncludeLogo = true ) const;
void ImplInitClipRegion(); virtual void ImplInitClipRegion() SAL_OVERRIDE;
void ImplDrawScroller( bool bUp ); void ImplDrawScroller( bool bUp );
using Window::ImplScroll; using Window::ImplScroll;
void ImplScroll( const Point& rMousePos ); void ImplScroll( const Point& rMousePos );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment