From df416b69199bb56c18a9493eeae6b67df3863a34 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Jan 2020 12:19:14 +0000 Subject: rename LightControl3D back to Svx3DLightControl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3e62bd55f195e9f652ddc21bff74f529a8678b5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87337 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx') 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 m_xHoriScale; std::unique_ptr m_xVertScale; std::unique_ptr m_xBtn_Corner; - std::unique_ptr m_xPreview; + std::unique_ptr m_xPreview; std::unique_ptr m_xPreviewWnd; std::unique_ptr m_xCtl_Preview; }; -- cgit