summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:38 +0200
commitdf7390e6c99d2784a8129121056a7ccf2adc4d54 (patch)
treef98021f9e65942cda8bf4691f6aed1744fef7177 /starmath/source/view.cxx
parent553528de6a03d72f2dbee8334d57ecc85828f423 (diff)
loplugin:defaultparams
Change-Id: Ib596b759e876a4a7d341e1b476bfec9f7a54069e
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 07cfe8c5727c..c8f03b56aaae 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -2046,7 +2046,7 @@ void SmViewShell::Activate( bool bIsMDIActivate )
//! synchronize the GraphicWindow display with the text in the
//! EditEngine.
SmDocShell *pDoc = GetDoc();
- pDoc->SetText( pDoc->GetEditEngine().GetText( LINEEND_LF ) );
+ pDoc->SetText( pDoc->GetEditEngine().GetText() );
if ( bIsMDIActivate )
pEdit->GrabFocus();