summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/uimpress.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/qa/unit/uimpress.cxx b/sd/qa/unit/uimpress.cxx
index cd9a98296ad2..0732f93be8ae 100644
--- a/sd/qa/unit/uimpress.cxx
+++ b/sd/qa/unit/uimpress.cxx
@@ -31,7 +31,6 @@ namespace {
class Test : public CppUnit::TestFixture {
public:
Test();
- virtual ~Test() override;
virtual void setUp() override;
virtual void tearDown() override;
@@ -76,11 +75,6 @@ void Test::tearDown()
m_pDoc.reset();
}
-Test::~Test()
-{
- uno::Reference< lang::XComponent >(m_xContext, uno::UNO_QUERY_THROW)->dispose();
-}
-
void Test::testAddPage()
{
SdrPage* pPage = m_pDoc->AllocPage(false);