Don't leak docshells

Change-Id: Ifc19a005925342865384fa7bd189bba929c58d28
This commit is contained in:
Katarina Behrens 2016-03-08 15:17:11 +01:00
parent 56f9a64899
commit 291e00bb43

View File

@ -1130,6 +1130,7 @@ void ScExportTest::testRichTextCellFormat()
const OString xPath3("/x:styleSheet/x:fonts/x:font[" + nFontIdx + "]/x:b");
assertXPath(pStyles, xPath3, "val", "true");
xNewDocSh->DoClose();
}
void ScExportTest::testFormulaRefSheetNameODS()