diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-03-02 21:24:20 +0000 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-03-07 13:54:20 +0100 |
commit | bcc0e6443fa898b933a55da127e4d4beea75a431 (patch) | |
tree | 9ca2756ed17e7a7975e57dbd255c56ce9abf7410 /include | |
parent | 4cd86412a85482c08b6a35930fd479aec99d5605 (diff) |
Resolves: tdf#159879 Crash when closing "3D View" dialog
Change-Id: I9c116007afe9cea97b597933ad8483dce25c3707
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164274
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctl3d.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx index 16873e7b3e17..191b9b413a02 100644 --- a/include/svx/dlgctl3d.hxx +++ b/include/svx/dlgctl3d.hxx @@ -61,6 +61,7 @@ public: SvxPreviewObjectType GetObjectType() const { return mnObjectType; } SfxItemSet const & Get3DAttributes() const; virtual void Set3DAttributes(const SfxItemSet& rAttr); + void ClearPageView(); }; class SAL_WARN_UNUSED SVX_DLLPUBLIC Svx3DLightControl final : public Svx3DPreviewControl |