summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index 378ae86e47de..0e9525ef3e28 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -36,13 +36,13 @@ namespace dbaui
VclPtr<DBTreeListBox> m_pTreeListBox;
protected:
// window overridables
- virtual void Resize() SAL_OVERRIDE;
+ virtual void Resize() override;
public:
DBTreeView( vcl::Window* pParent,
WinBits nBits );
virtual ~DBTreeView();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
/** sets a handler which is called when an list box entry is to be expanded.
<p>When calling the link, the parameter is an SvTreeListEntry marking the entry to be expanded.
@@ -57,7 +57,7 @@ namespace dbaui
DBTreeListBox& getListBox() const { return *m_pTreeListBox; }
- virtual void GetFocus() SAL_OVERRIDE;
+ virtual void GetFocus() override;
};
}