[Libreoffice-commits] core.git: 2 commits - desktop/qa sc/qa
Stephan Bergmann
sbergman at redhat.com
Thu Oct 22 12:43:44 PDT 2015
desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 +-
sc/qa/unit/ucalc_formula.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1e67a31ed04e1efc5eca2faee8e9087799dfc2dd
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 22 21:41:45 2015 +0200
loplugin:defaultparams
Change-Id: I571d77c9a9d399e0a683af02edb6de1095c11ca9
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 52e1cb3..9b472b7 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -3826,7 +3826,7 @@ void Test::testFuncIFERROR()
const SCCOL nStartCol = aPos.Col() + nCols;
const SCROW nStartRow = aPos.Row() + nElems2;
m_pDoc->InsertMatrixFormula( nStartCol, nStartRow, nStartCol+nCols-1, nStartRow+nElems2-1, aMark,
- "=IFERROR(C1:E3;\"Error\")", NULL);
+ "=IFERROR(C1:E3;\"Error\")");
m_pDoc->CalcAll();
commit ee5d1b07af43de4778a6289307a6364a1693f25a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 22 21:41:02 2015 +0200
loplugin:defaultparams
Change-Id: I12e314ef09ac4b3517135933169de50e8a525dfc
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index a75d230d..5585ec6 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -327,7 +327,7 @@ void DesktopLOKTest::testSaveAsCalc()
void DesktopLOKTest::testPasteWriter()
{
- comphelper::LibreOfficeKit::setActive(true);
+ comphelper::LibreOfficeKit::setActive();
LibLODocument_Impl* pDocument = loadDoc("blank_text.odt");
OString aText("hello");
More information about the Libreoffice-commits
mailing list