summaryrefslogtreecommitdiff
path: root/include/svtools/fileview.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /include/svtools/fileview.hxx
parentb08247a12b43fcd9f86ecd912fce7d69a3e66061 (diff)
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
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); }
};