diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-24 12:19:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-24 16:04:38 +0100 |
commit | df416b69199bb56c18a9493eeae6b67df3863a34 (patch) | |
tree | 749318a061bfe18d7f25fae483064cc58183167a /include/svx/float3d.hxx | |
parent | 206e0eec816042d5631edd73da18ed16b99ea04e (diff) |
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 'include/svx/float3d.hxx')
-rw-r--r-- | include/svx/float3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx index cd2dd69c1f91..d0fef7666b90 100644 --- a/include/svx/float3d.hxx +++ b/include/svx/float3d.hxx @@ -184,7 +184,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_xLightPreview; + std::unique_ptr<Svx3DLightControl> m_xLightPreview; std::unique_ptr<weld::CustomWeld> m_xCtlLightPreviewWin; std::unique_ptr<SvxLightCtl3D> m_xCtlLightPreview; |