[Libreoffice-commits] core.git: starmath/qa
Takeshi Abe
tabe at fixedpoint.jp
Mon Apr 13 21:33:20 PDT 2015
starmath/qa/cppunit/test_nodetotextvisitors.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 79f64d75b25ebb7fdf9f827218cd8a762dc2739b
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Apr 14 13:27:39 2015 +0900
Drop an unused variable
Change-Id: I7b0f7120e425b5dc7d345e52cf7f994fd1a97f5b
diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx
index 7736d2f..5189fc2 100644
--- a/starmath/qa/cppunit/test_nodetotextvisitors.cxx
+++ b/starmath/qa/cppunit/test_nodetotextvisitors.cxx
@@ -75,7 +75,6 @@ public:
CPPUNIT_TEST_SUITE_END();
private:
- uno::Reference< uno::XComponentContext > m_context;
SmDocShellRef xDocShRef;
void parseandparseagain(const char *input, const char *test_name);
void ParseAndCheck(const char *input, const char *expected, const char *test_name);
More information about the Libreoffice-commits
mailing list