summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-09 15:35:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-09 16:20:35 +0000
commit98e135931a64025c728b2949eaaa8c5c70c97a2f (patch)
tree6854c26363f35c34005f6135d6ac472b3269438a /chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
parentcf38ab5d8929d99d70dcf517e1c795a3f6f90e9d (diff)
convert chart elements page to .ui
Change-Id: I7b6dba29622dc1eaa7e12c58084c6ffed19fe886
Diffstat (limited to 'chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx17
1 files changed, 6 insertions, 11 deletions
diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
index e5e48bf8b83b..53e14639db31 100644
--- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
+++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
@@ -36,7 +36,7 @@ namespace chart
/**
*/
class TitleResources;
-class oldLegendPositionResources;
+class LegendPositionResources;
class TitlesAndObjectsTabPage : public svt::OWizardPage
{
public:
@@ -45,7 +45,6 @@ public:
::com::sun::star::chart2::XChartDocument >& xChartModel
, const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext >& xContext );
- virtual ~TitlesAndObjectsTabPage();
virtual void initializePage();
virtual sal_Bool commitPage( ::svt::WizardTypes::CommitPageReason eReason );
@@ -56,16 +55,12 @@ protected:
DECL_LINK( ChangeHdl, void* );
protected:
- FixedText m_aFT_TitleDescription;
- FixedLine m_aFL_Vertical;
+ boost::scoped_ptr< TitleResources > m_xTitleResources;
+ boost::scoped_ptr< LegendPositionResources > m_xLegendPositionResources;
- boost::scoped_ptr< TitleResources > m_apTitleResources;
- boost::scoped_ptr< oldLegendPositionResources > m_apLegendPositionResources;
-
- FixedLine m_aFL_Grids;
- CheckBox m_aCB_Grid_X;
- CheckBox m_aCB_Grid_Y;
- CheckBox m_aCB_Grid_Z;
+ CheckBox* m_pCB_Grid_X;
+ CheckBox* m_pCB_Grid_Y;
+ CheckBox* m_pCB_Grid_Z;
::com::sun::star::uno::Reference<
::com::sun::star::chart2::XChartDocument > m_xChartModel;