diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-23 21:51:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-30 13:16:35 +0100 |
commit | bda40b7eaaee5c8687b01f6805352630ac231de4 (patch) | |
tree | bf5d35ef51ea5a6d1fd1dbd72547ab697880b98c /chart2/source | |
parent | df61a5e277074e016ceaecb2297bb307a5e71819 (diff) |
rename SvxDialControl back to DialControl
Change-Id: I4dcf12b6eccf18a0659c5d5f9cd58bd104c4dc6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85770
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/source')
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; |