summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-01 13:19:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-01 14:12:27 +0000
commitb2a76e663f68a3f377630c925ba61981105b9f48 (patch)
treec0a4b0e41b57543d1467d1ca6ad0a846f4a2232c /starmath/source/edit.cxx
parentc2b1336b7b2fbec0172c09e247593bd43320f5fd (diff)
move SvtLinguOptions into SmDocShell
Change-Id: I46b84ab4cb9cc5d25b6cb60241fcc8a65e449886
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r--starmath/source/edit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index 89275bb3dceb..ac3244561dce 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -230,7 +230,7 @@ void SmEditWindow::DataChanged( const DataChangedEvent& )
pEditEngine->SetDefTab(sal_uInt16(GetTextWidth("XXXX")));
- SetEditEngineDefaultFonts(pDoc->GetEditEngineItemPool());
+ SetEditEngineDefaultFonts(pDoc->GetEditEngineItemPool(), pDoc->GetLinguOptions());
// forces new settings to be used
// unfortunately this resets the whole edit engine