loplugin:oncevar: empty strings: starmath
Change-Id: I01750964033db223a5f4bd5d0820a7bfb97d4f3d
This commit is contained in:
@@ -572,10 +572,8 @@ void Test::testBinVerInUnary()
|
||||
|
||||
void Test::testBinHorInSubSup()
|
||||
{
|
||||
OUString sInput;
|
||||
|
||||
// set up a blank formula
|
||||
SmNode* pTree = SmParser().Parse(sInput);
|
||||
SmNode* pTree = SmParser().Parse(OUString());
|
||||
pTree->Prepare(xDocShRef->GetFormat(), *xDocShRef);
|
||||
|
||||
SmCursor aCursor(pTree, xDocShRef.get());
|
||||
|
Reference in New Issue
Block a user