mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
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:
parent
3620b18573
commit
e1bb283ac9
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue