OfficeAutomation: Adapted to new changes in UNO

git-svn-id: svn://ultimatepp.org/upp/trunk@7960 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2014-12-11 20:02:25 +00:00
parent 3620b18573
commit e1bb283ac9

View file

@ -1577,7 +1577,7 @@ OPENSheet::~OPENSheet() {
if (Document)
Document->Release();
if (Desktop) {
Quit();
//Quit(); Commented 12/2014
Desktop->Release();
}
if (CoreReflection)
@ -2336,7 +2336,7 @@ OPENDoc::~OPENDoc() {
if (Document)
Document->Release();
if (Desktop) {
Quit();
//Quit(); Commented 12/2014
Desktop->Release();
}
if (CoreReflection)