sc/qa/unit/subsequent_filters-test.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 39726ed52d6370b0223d6f675e02ddb1989206cb
Author: Korrawit Pruegsanusak <detective.conan.1...@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.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to