From e1bb283ac9338904fabcf79aa1fdc73f1a7091cd Mon Sep 17 00:00:00 2001 From: koldo Date: Thu, 11 Dec 2014 20:02:25 +0000 Subject: [PATCH] OfficeAutomation: Adapted to new changes in UNO git-svn-id: svn://ultimatepp.org/upp/trunk@7960 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/OfficeAutomation/OfficeAutomation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazaar/OfficeAutomation/OfficeAutomation.cpp b/bazaar/OfficeAutomation/OfficeAutomation.cpp index 5ad3d3e30..714299384 100644 --- a/bazaar/OfficeAutomation/OfficeAutomation.cpp +++ b/bazaar/OfficeAutomation/OfficeAutomation.cpp @@ -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)