summaryrefslogtreecommitdiff
path: root/oox/qa/unit/mathml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/qa/unit/mathml.cxx')
-rw-r--r--oox/qa/unit/mathml.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/qa/unit/mathml.cxx b/oox/qa/unit/mathml.cxx
index 3a5f928dad06..f352aad069c6 100644
--- a/oox/qa/unit/mathml.cxx
+++ b/oox/qa/unit/mathml.cxx
@@ -21,7 +21,6 @@ using namespace ::com::sun::star;
class OoxMathmlTest : public test::BootstrapFixture, public unotest::MacrosTest
{
private:
- uno::Reference<uno::XComponentContext> mxComponentContext;
uno::Reference<lang::XComponent> mxComponent;
public:
@@ -34,7 +33,6 @@ void OoxMathmlTest::setUp()
{
test::BootstrapFixture::setUp();
- mxComponentContext.set(comphelper::getComponentContext(getMultiServiceFactory()));
mxDesktop.set(frame::Desktop::create(mxComponentContext));
}