diff options
Diffstat (limited to 'include/svx/dlgctl3d.hxx')
-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 16873e7b3e..191b9b413a 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 |