summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-04-14 13:27:39 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-04-14 13:32:41 +0900
commit79f64d75b25ebb7fdf9f827218cd8a762dc2739b (patch)
tree9a6f37d4ee96012db6f4ecd85bc9d9ccf1e3acfc /starmath
parente7ca29d0b2eaf40dc32b53196282350cc75ed3a0 (diff)
Drop an unused variable
Change-Id: I7b0f7120e425b5dc7d345e52cf7f994fd1a97f5b
Diffstat (limited to 'starmath')
-rw-r--r--starmath/qa/cppunit/test_nodetotextvisitors.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx
index 7736d2f0b8ff..5189fc223aa5 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);