Kaydet (Commit) 8d6db960 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:oncevar: empty strings: starmath

Change-Id: I01750964033db223a5f4bd5d0820a7bfb97d4f3d
üst 75fd5280
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment