summaryrefslogtreecommitdiff
path: root/starmath/inc/view.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r--starmath/inc/view.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index 662923af0528..bef51e8560e0 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -296,7 +296,7 @@ public:
SmDocShell * GetDoc() const
{
- return static_cast<SmDocShell *>( GetViewFrame()->GetObjectShell() );
+ return static_cast<SmDocShell *>( GetViewFrame().GetObjectShell() );
}
SmEditWindow * GetEditWindow();