loplugin:oncevar: empty strings: starmath

Change-Id: I01750964033db223a5f4bd5d0820a7bfb97d4f3d
This commit is contained in:
Stephan Bergmann
2017-07-13 11:45:15 +02:00
parent 75fd528048
commit 8d6db960d8

View File

@@ -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());