diff options
Diffstat (limited to 'chart2')
4 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/res_DataLabel.hxx b/chart2/source/controller/dialogs/res_DataLabel.hxx index b8f2667b7418..617056298b42 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.hxx +++ b/chart2/source/controller/dialogs/res_DataLabel.hxx @@ -59,7 +59,7 @@ private: weld::Window* m_pWindow; SfxItemPool* m_pPool; - svx::SvxDialControl m_aDC_Dial; + svx::DialControl m_aDC_Dial; std::unique_ptr<weld::CheckButton> m_xCBNumber; std::unique_ptr<weld::Button> m_xPB_NumberFormatForValue; diff --git a/chart2/source/controller/dialogs/tp_AxisLabel.hxx b/chart2/source/controller/dialogs/tp_AxisLabel.hxx index 3816d1ba81f7..ae048cf53079 100644 --- a/chart2/source/controller/dialogs/tp_AxisLabel.hxx +++ b/chart2/source/controller/dialogs/tp_AxisLabel.hxx @@ -46,7 +46,7 @@ private: bool m_bHasInitialStacking; /// false = checkbox in tristate bool m_bComplexCategories; - svx::SvxDialControl m_aCtrlDial; + svx::DialControl m_aCtrlDial; std::unique_ptr<weld::CheckButton> m_xCbShowDescription; std::unique_ptr<weld::Label> m_xFlOrder; std::unique_ptr<weld::RadioButton> m_xRbSideBySide; diff --git a/chart2/source/controller/dialogs/tp_PolarOptions.hxx b/chart2/source/controller/dialogs/tp_PolarOptions.hxx index c1a5add984fe..55b26d3e56d1 100644 --- a/chart2/source/controller/dialogs/tp_PolarOptions.hxx +++ b/chart2/source/controller/dialogs/tp_PolarOptions.hxx @@ -44,7 +44,7 @@ public: virtual void Reset(const SfxItemSet* rInAttrs) override; private: - svx::SvxDialControl m_aAngleDial; + svx::DialControl m_aAngleDial; std::unique_ptr<weld::CheckButton> m_xCB_Clockwise; std::unique_ptr<weld::Frame> m_xFL_StartingAngle; std::unique_ptr<weld::SpinButton> m_xNF_StartingAngle; diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.hxx b/chart2/source/controller/dialogs/tp_TitleRotation.hxx index 616006fa27c2..b84c4720f173 100644 --- a/chart2/source/controller/dialogs/tp_TitleRotation.hxx +++ b/chart2/source/controller/dialogs/tp_TitleRotation.hxx @@ -37,7 +37,7 @@ namespace chart class SchAlignmentTabPage : public SfxTabPage { private: - svx::SvxDialControl m_aCtrlDial; + svx::DialControl m_aCtrlDial; std::unique_ptr<weld::Label> m_xFtRotate; std::unique_ptr<weld::SpinButton> m_xNfRotate; std::unique_ptr<weld::CheckButton> m_xCbStacked; |