summaryrefslogtreecommitdiff
path: root/cui/source/options/connpooloptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/connpooloptions.hxx')
-rw-r--r--cui/source/options/connpooloptions.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cui/source/options/connpooloptions.hxx b/cui/source/options/connpooloptions.hxx
index 9e0c5bca3347..36f06b7eaf39 100644
--- a/cui/source/options/connpooloptions.hxx
+++ b/cui/source/options/connpooloptions.hxx
@@ -33,11 +33,10 @@ namespace offapp
struct DriverPooling;
class DriverListControl;
- class ConnectionPoolOptionsPage : public SfxTabPage
+ class ConnectionPoolOptionsPage final : public SfxTabPage
{
using TabPage::ActivatePage;
- protected:
VclPtr<CheckBox> m_pEnablePooling;
VclPtr<FixedText> m_pDriversLabel;
VclPtr<DriverListControl> m_pDriverList;
@@ -53,14 +52,13 @@ namespace offapp
virtual void dispose() override;
static VclPtr<SfxTabPage> Create(vcl::Window* _pParent, const SfxItemSet* _rAttrSet);
- protected:
+ private:
virtual bool EventNotify( NotifyEvent& _rNEvt ) override;
virtual bool FillItemSet(SfxItemSet* _rSet) override;
virtual void Reset(const SfxItemSet* _rSet) override;
virtual void ActivatePage( const SfxItemSet& _rSet) override;
- protected:
DECL_LINK( OnEnabledDisabled, Button*, void );
DECL_LINK( OnDriverRowChanged, const DriverPooling*, void );