summaryrefslogtreecommitdiffstats
path: root/include/svx/dlgctl3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/dlgctl3d.hxx')
-rw-r--r--include/svx/dlgctl3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/dlgctl3d.hxx b/include/svx/dlgctl3d.hxx
index 31796a24ab8a..a17e9a81ab4a 100644
--- a/include/svx/dlgctl3d.hxx
+++ b/include/svx/dlgctl3d.hxx
@@ -59,7 +59,7 @@ public:
void Reset();
virtual void SetObjectType(sal_uInt16 nType);
- sal_uInt16 GetObjectType() const { return( mnObjectType ); }
+ sal_uInt16 GetObjectType() const { return mnObjectType; }
SfxItemSet Get3DAttributes() const;
virtual void Set3DAttributes(const SfxItemSet& rAttr);
};