[Libreoffice-commits] .: sc/qa
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Mar 8 14:24:11 PST 2011
sc/qa/unit/ucalc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7f077d11ff36d8df79c08d00236eae8253188f82
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Mar 8 17:23:59 2011 -0500
Simple in-line comment.
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index abfd2c3..5269d55 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -1112,6 +1112,7 @@ void Test::testExternalRef()
aCachedRange.aStart.Col() == 0 && aCachedRange.aEnd.Col() == 1 &&
aCachedRange.aStart.Row() == 0 && aCachedRange.aEnd.Row() == 3);
+ // Unload the external document shell.
xExtDocSh->DoClose();
CPPUNIT_ASSERT_MESSAGE("external document instance should have been unloaded.",
findLoadedDocShellByName(aExtDocName) == NULL);
More information about the Libreoffice-commits
mailing list