diff options
Diffstat (limited to 'include/svx/dlgctl3d.hxx')
-rw-r--r-- | include/svx/dlgctl3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx index 7e78d6e33d78..6bcece170214 100644 --- a/include/svx/dlgctl3d.hxx +++ b/include/svx/dlgctl3d.hxx @@ -59,7 +59,7 @@ public: virtual void SetObjectType(SvxPreviewObjectType nType); SvxPreviewObjectType GetObjectType() const { return mnObjectType; } - SfxItemSet Get3DAttributes() const; + SfxItemSet const & Get3DAttributes() const; virtual void Set3DAttributes(const SfxItemSet& rAttr); }; |