Kaydet (Commit) 8c9f48cd authored tarafından Caolán McNamara's avatar Caolán McNamara

m_pFT_HeaderText now unused

Change-Id: Ibfce3f5ffcdaa60e7b243ed43631ca133c3917ed
üst 93ea1a09
...@@ -63,7 +63,6 @@ namespace dbaui ...@@ -63,7 +63,6 @@ namespace dbaui
,m_abEnableRoadmap(false) ,m_abEnableRoadmap(false)
,m_pAdminDialog(NULL) ,m_pAdminDialog(NULL)
,m_pItemSetHelper(NULL) ,m_pItemSetHelper(NULL)
,m_pFT_HeaderText(NULL)
{ {
SetExchangeSupport(true); SetExchangeSupport(true);
...@@ -74,18 +73,11 @@ namespace dbaui ...@@ -74,18 +73,11 @@ namespace dbaui
,m_abEnableRoadmap(false) ,m_abEnableRoadmap(false)
,m_pAdminDialog(NULL) ,m_pAdminDialog(NULL)
,m_pItemSetHelper(NULL) ,m_pItemSetHelper(NULL)
,m_pFT_HeaderText(NULL)
{ {
SetExchangeSupport(true); SetExchangeSupport(true);
} }
OGenericAdministrationPage::~OGenericAdministrationPage()
{
DELETEZ(m_pFT_HeaderText);
}
int OGenericAdministrationPage::DeactivatePage(SfxItemSet* _pSet) int OGenericAdministrationPage::DeactivatePage(SfxItemSet* _pSet)
{ {
if (_pSet) if (_pSet)
......
...@@ -98,15 +98,12 @@ namespace dbaui ...@@ -98,15 +98,12 @@ namespace dbaui
protected: protected:
IDatabaseSettingsDialog* m_pAdminDialog; IDatabaseSettingsDialog* m_pAdminDialog;
IItemSetHelper* m_pItemSetHelper; IItemSetHelper* m_pItemSetHelper;
FixedText* m_pFT_HeaderText;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
m_xORB; m_xORB;
public: public:
OGenericAdministrationPage(Window* _pParent, const ResId& _rId, const SfxItemSet& _rAttrSet); OGenericAdministrationPage(Window* _pParent, const ResId& _rId, const SfxItemSet& _rAttrSet);
OGenericAdministrationPage(Window* _pParent, const OString& _rId, const OUString& _rUIXMLDescription, const SfxItemSet& _rAttrSet); OGenericAdministrationPage(Window* _pParent, const OString& _rId, const OUString& _rUIXMLDescription, const SfxItemSet& _rAttrSet);
virtual ~OGenericAdministrationPage();
/// set a handler which gets called every time something on the page has been modified /// set a handler which gets called every time something on the page has been modified
void SetModifiedHandler(const Link& _rHandler) { m_aModifiedHandler = _rHandler; } void SetModifiedHandler(const Link& _rHandler) { m_aModifiedHandler = _rHandler; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment