summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index cab47a690fc6..e2cee79055b4 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4414,6 +4414,7 @@ void Test::testCopyPasteFormulasExternalDoc()
SfxMedium* pMedium = new SfxMedium(aDocName, STREAM_STD_READWRITE);
m_xDocShRef->DoInitNew(pMedium);
m_pDoc = m_xDocShRef->GetDocument();
+ m_pDoc->SetGrammar(formula::FormulaGrammar::GRAM_NATIVE);
ScDocShellRef xExtDocSh = new ScDocShell;
OUString aExtDocName("file:///extdata.fake");
@@ -4425,6 +4426,7 @@ void Test::testCopyPasteFormulasExternalDoc()
findLoadedDocShellByName(aExtDocName) != NULL);
ScDocument* pExtDoc = xExtDocSh->GetDocument();
+ pExtDoc->SetGrammar(formula::FormulaGrammar::GRAM_NATIVE);
pExtDoc->InsertTab(0, aExtSh1Name);
pExtDoc->InsertTab(1, aExtSh2Name);