summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-03 10:34:43 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-03 10:34:43 +0200
commitd17219a7ddb9527c2dc9e97ce5f601af2387c189 (patch)
treeb4442f949e486bcf4740bd6e79f5ddebf0671c46 /starmath
parent878f669c405bd5f83195fd1d6459f4e4c31832a2 (diff)
WaE: unused variable 'sExpected' [loplugin]
Change-Id: I32d774640602566c23303a9816fa3c5926449781
Diffstat (limited to 'starmath')
-rw-r--r--starmath/qa/cppunit/test_nodetotextvisitors.cxx2
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;