summaryrefslogtreecommitdiff
path: root/include/svtools/fileview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/fileview.hxx')
-rw-r--r--include/svtools/fileview.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 4070e4a56078..685b05baa35f 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -73,14 +73,14 @@ private:
DECL_DLLPRIVATE_LINK_TYPED( HeaderEndDrag_Impl, HeaderBar*, void );
protected:
- virtual void GetFocus() SAL_OVERRIDE;
+ virtual void GetFocus() override;
public:
SvtFileView( vcl::Window* pParent, WinBits nBits, bool bOnlyFolder, bool bMultiSelection, bool bShowType = true );
virtual ~SvtFileView();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
- virtual Size GetOptimalSize() const SAL_OVERRIDE;
+ virtual Size GetOptimalSize() const override;
const OUString& GetViewURL() const;
static OUString GetURL( SvTreeListEntry* pEntry );
@@ -91,8 +91,8 @@ public:
void SetHelpId( const OString& rHelpId );
const OString& GetHelpId( ) const;
- void SetSizePixel( const Size& rNewSize ) SAL_OVERRIDE;
- virtual void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) SAL_OVERRIDE;
+ void SetSizePixel( const Size& rNewSize ) override;
+ virtual void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) override;
void SetSortColumn( bool bValue ) { bSortColumn = bValue; }
/** initialize the view with the content of a folder given by URL, and apply an immediate filter
@@ -178,7 +178,7 @@ public:
::std::vector< SvtContentEntry > GetContent();
protected:
- virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
+ virtual void StateChanged( StateChangedType nStateChange ) override;
};
// struct SvtContentEntry ------------------------------------------------
@@ -214,7 +214,7 @@ public:
QueryDeleteDlg_Impl(vcl::Window* pParent, const OUString& rName);
virtual ~QueryDeleteDlg_Impl();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
void EnableAllButton() { m_pAllButton->Enable(true); }
};