summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/tabletree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/tabletree.hxx')
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx
index 424315f773d4..22047acba375 100644
--- a/dbaccess/source/ui/inc/tabletree.hxx
+++ b/dbaccess/source/ui/inc/tabletree.hxx
@@ -35,9 +35,8 @@ namespace dbaui
{
// OTableTreeListBox
-class OTableTreeListBox : public OMarkableTreeListBox
+class OTableTreeListBox final : public OMarkableTreeListBox
{
-protected:
css::uno::Reference< css::sdbc::XConnection >
m_xConnection; // the connection we're working for, set in implOnNewConnection, called by UpdateTableList
std::unique_ptr< ImageProvider >
@@ -121,7 +120,7 @@ public:
*/
static bool isWildcardChecked(SvTreeListEntry* _pEntry);
-protected:
+private:
virtual void InitEntry(SvTreeListEntry* _pEntry, const OUString& _rString, const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap, SvLBoxButtonKind _eButtonKind) override;
virtual void checkedButton_noBroadcast(SvTreeListEntry* _pEntry) override;