summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-02-12 15:18:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-02-12 15:18:35 +0000
commit48a87c887ae149f0f18be2298cf54b8532717d58 (patch)
treeb957e1bfa58780e78f79aa74c85195bf09ef5771
parent52ec13f93adda74fc10f041de73adbd2575da095 (diff)
INTEGRATION: CWS jl87_SRC680 (1.13.130); FILE MERGED
2008/01/21 10:10:17 jl 1.13.130.1: #i85290# office also freezes when extensions are removed
-rw-r--r--desktop/source/deployment/manager/dp_manager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.h b/desktop/source/deployment/manager/dp_manager.h
index 38c3217588e7..2be855796a67 100644
--- a/desktop/source/deployment/manager/dp_manager.h
+++ b/desktop/source/deployment/manager/dp_manager.h
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_manager.h,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 12:36:28 $
+ * last change: $Author: vg $ $Date: 2008-02-12 16:18:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,7 +67,8 @@ class PackageManagerImpl : private ::dp_misc::MutexHolder, public t_pm_helper
::rtl::OUString m_activePackages;
::rtl::OUString m_activePackages_expanded;
::std::auto_ptr< ActivePackages > m_activePackagesDB;
-
+ //This mutex is only used for synchronization in addPackage
+ ::osl::Mutex m_addMutex;
css::uno::Reference<css::ucb::XProgressHandler> m_xLogFile;
inline void logIntern( css::uno::Any const & status );
void fireModified();