diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-03 10:34:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-03 10:34:43 +0200 |
commit | d17219a7ddb9527c2dc9e97ce5f601af2387c189 (patch) | |
tree | b4442f949e486bcf4740bd6e79f5ddebf0671c46 /starmath/qa | |
parent | 878f669c405bd5f83195fd1d6459f4e4c31832a2 (diff) |
WaE: unused variable 'sExpected' [loplugin]
Change-Id: I32d774640602566c23303a9816fa3c5926449781
Diffstat (limited to 'starmath/qa')
-rw-r--r-- | starmath/qa/cppunit/test_nodetotextvisitors.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx index 3d4b08fbeb16..99ae4b252cf1 100644 --- a/starmath/qa/cppunit/test_nodetotextvisitors.cxx +++ b/starmath/qa/cppunit/test_nodetotextvisitors.cxx @@ -581,7 +581,7 @@ void Test::testBinHorInSubSup() aCursor.InsertElement(PlusElement); aCursor.InsertText("d"); - OUString sExpected = " { a rsup { b + c } + d } "; +//FIXME OUString sExpected = " { a rsup { b + c } + d } "; //FIXME CPPUNIT_ASSERT_EQUAL_MESSAGE("BinHor in SubSup", sExpected, xDocShRef->GetText()); delete pTree; |