diff options
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 10143dae9afb..0e43fa1d6efb 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -152,7 +152,7 @@ void SmDocShell::SetText(const OUString& rBuffer) SmViewShell *pViewSh = SmGetActiveView(); if( pViewSh ) { - pViewSh->GetViewFrame()->GetBindings().Invalidate(SID_TEXT); + pViewSh->GetViewFrame().GetBindings().Invalidate(SID_TEXT); if ( SfxObjectCreateMode::EMBEDDED == GetCreateMode() ) { // have SwOleClient::FormatChanged() to align the modified formula properly |