summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-24 12:19:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-24 16:04:38 +0100
commitdf416b69199bb56c18a9493eeae6b67df3863a34 (patch)
tree749318a061bfe18d7f25fae483064cc58183167a /chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
parentSvx3DLightControl is unused (diff)
downloadcore-df416b69199bb56c18a9493eeae6b67df3863a34.tar.gz
core-df416b69199bb56c18a9493eeae6b67df3863a34.zip
rename LightControl3D back to Svx3DLightControl
Change-Id: I3e62bd55f195e9f652ddc21bff74f529a8678b5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87337 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
index 46cbc279c7ac..78c84f23472e 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
@@ -85,7 +85,7 @@ private:
std::unique_ptr<weld::Scale> m_xHoriScale;
std::unique_ptr<weld::Scale> m_xVertScale;
std::unique_ptr<weld::Button> m_xBtn_Corner;
- std::unique_ptr<LightControl3D> m_xPreview;
+ std::unique_ptr<Svx3DLightControl> m_xPreview;
std::unique_ptr<weld::CustomWeld> m_xPreviewWnd;
std::unique_ptr<SvxLightCtl3D> m_xCtl_Preview;
};