summaryrefslogtreecommitdiff
path: root/sc/qa/unit/bugfix-test.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-12 15:54:27 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-12 17:20:16 +0100
commita0ac896fea5613f38a7586e7ce991570437d654d (patch)
treee2df6e8d84eb769b98ebd8688df0b6bc9e53d491 /sc/qa/unit/bugfix-test.cxx
parent98abd6bbed4151df6b3318526863f842be3ac4a7 (diff)
fix memory leak in bugfix_test
Change-Id: I944d2be4290cd381c3bee93ce12f67695bbb7ce8
Diffstat (limited to 'sc/qa/unit/bugfix-test.cxx')
-rw-r--r--sc/qa/unit/bugfix-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/bugfix-test.cxx b/sc/qa/unit/bugfix-test.cxx
index fcf37961a14e..f5459532f33f 100644
--- a/sc/qa/unit/bugfix-test.cxx
+++ b/sc/qa/unit/bugfix-test.cxx
@@ -207,7 +207,7 @@ void ScFiltersTest::testTdf91979()
CPPUNIT_ASSERT(aPos.getX() == (MAXCOL - 1) * nColWidth);
CPPUNIT_ASSERT(aPos.getY() == 10000 * nRowHeight);
- xDocSh->DoClose();
+ xComponent->dispose();
}
/*