[Libreoffice-commits] .: sc/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 29 06:35:41 PDT 2012
sc/qa/unit/subsequent_filters-test.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 39726ed52d6370b0223d6f675e02ddb1989206cb
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date: Sat Sep 29 11:40:56 2012 +0700
sc/qa/unit: recover xDocSh->DoClose()
which was removed in fde638b3ac35997aa3e38a37fed56d6eb661806b
Change-Id: I57caf615f0ca49d0b90cb4c68b8ce8edf8f72a97
Reviewed-on: https://gerrit.libreoffice.org/723
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index fb286e8..10db9ae 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -355,6 +355,8 @@ void ScFiltersTest::testRangeNameXLSX()
ScDocument* pDoc = xDocSh->GetDocument();
testRangeNameImpl(pDoc);
+
+ xDocSh->DoClose();
}
void ScFiltersTest::testHardRecalcODS()
More information about the Libreoffice-commits
mailing list