sw/qa/extras/uiwriter/uiwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a46091b8de6e315d6e3f96922d5d0abb4d7ade22 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Wed Jun 22 13:09:56 2016 +0200 sw: fix loplugin:defaultparams Change-Id: I017c0107f421590bc61c4b1b7f3df458dd0b18f9 diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index 81bc762..f02a6c1 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -1880,7 +1880,7 @@ void SwUiWriterTest::testTdf72788() SwTextNode* pTextNode = pCursor->GetNode().GetTextNode(); SwIndex aSt( pTextNode, 0 ); sal_Int32 nEnd = pTextNode->Len(); - pTextNode->RstTextAttr(aSt, nEnd - aSt.GetIndex(), 0, nullptr, false, false); + pTextNode->RstTextAttr(aSt, nEnd - aSt.GetIndex()); //Incase of Regression RstTextAttr() call will result to infinite recursion //Check that bold is removed in first paragraph pTextNode->GetAttr(aSet, 5, 12); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits