diff options
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r-- | include/svx/srchdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index b257bc3a310e..606bbe40db93 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -121,10 +121,10 @@ public: SvxSearchDialog( Window* pParent, SfxChildWindow* pChildWin, SfxBindings& rBind ); ~SvxSearchDialog(); - virtual bool Close(); + virtual bool Close() SAL_OVERRIDE; // Window - virtual void Activate(); + virtual void Activate() SAL_OVERRIDE; const SearchAttrItemList* GetSearchItemList() const { return pSearchList; } @@ -143,7 +143,7 @@ public: void SetSrchFlag( bool bSuccess = false ) { mbSuccess = bSuccess; } bool GetSrchFlag() { return mbSuccess; } virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > - GetComponentInterface( sal_Bool bCreate ); + GetComponentInterface( sal_Bool bCreate ) SAL_OVERRIDE; void SetSaveToModule(bool b); |