diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/detailpages.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/detailpages.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx index 47ba2089850a..8de9f2f3e757 100644 --- a/dbaccess/source/ui/dlg/detailpages.hxx +++ b/dbaccess/source/ui/dlg/detailpages.hxx @@ -51,8 +51,6 @@ namespace dbaui */ class OCommonBehaviourTabPage : public OGenericAdministrationPage { - protected: - OCommonBehaviourTabPageFlags m_nControlFlags; std::unique_ptr<weld::Label> m_xOptionsLabel; @@ -244,8 +242,6 @@ namespace dbaui OTextDetailsPage(TabPageParent pParent, const SfxItemSet& rCoreAttrs); - std::unique_ptr<OTextConnectionHelper> m_xTextConnectionHelper; - protected: virtual ~OTextDetailsPage() override; virtual void dispose() override; @@ -256,6 +252,7 @@ namespace dbaui virtual void fillWindows(std::vector< std::unique_ptr<ISaveValueWrapper> >& _rControlList) override; private: + std::unique_ptr<OTextConnectionHelper> m_xTextConnectionHelper; }; } // namespace dbaui |