summaryrefslogtreecommitdiff
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 84e9d855ef33..82f544031a55 100644
--- a/include/svx/dlgctl3d.hxx
+++ b/include/svx/dlgctl3d.hxx
@@ -159,7 +159,7 @@ public:
void CheckSelection();
// bring further settings to the outside world
- Svx3DLightControl& GetSvx3DLightControl() { return *maLightControl.get(); }
+ Svx3DLightControl& GetSvx3DLightControl() { return *maLightControl; }
// register user callback
void SetUserInteractiveChangeCallback(Link<SvxLightCtl3D*,void> aNew) { maUserInteractiveChangeCallback = aNew; }