summaryrefslogtreecommitdiff
path: root/oox/qa/unit/shape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/qa/unit/shape.cxx')
-rw-r--r--oox/qa/unit/shape.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/qa/unit/shape.cxx b/oox/qa/unit/shape.cxx
index 1391138b166b..f5c30187d7da 100644
--- a/oox/qa/unit/shape.cxx
+++ b/oox/qa/unit/shape.cxx
@@ -23,7 +23,6 @@ char const DATA_DIRECTORY[] = "/oox/qa/unit/data/";
class OoxShapeTest : public test::BootstrapFixture, public unotest::MacrosTest
{
private:
- uno::Reference<uno::XComponentContext> mxComponentContext;
uno::Reference<lang::XComponent> mxComponent;
public:
@@ -37,7 +36,6 @@ void OoxShapeTest::setUp()
{
test::BootstrapFixture::setUp();
- mxComponentContext.set(comphelper::getComponentContext(getMultiServiceFactory()));
mxDesktop.set(frame::Desktop::create(mxComponentContext));
}