diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-08 10:26:47 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-11 16:17:29 -0500 |
commit | d8fe172ea08f57675b6b1f69331c19502ec02119 (patch) | |
tree | 27c656c95fef53e683606b4fc069ecdd045e7ccf /sc/inc | |
parent | afb9817b583c01ca80ac4e182c6ffde62f6316a8 (diff) |
Remove mutexes from external ref manager.
Change-Id: I4857bb3a1804d4cd53c3e25a7586bd68ab95a202
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index e7a5e79a7c60..c072cfd5eb2a 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -768,12 +768,6 @@ private: private: ScDocument* mpDoc; - /** Mutex for accessing cached data and/or source document shells. */ - mutable osl::Mutex maMtxCacheAccess; - - /** Mutex for source document meta-data access. */ - mutable osl::Mutex maMtxSrcFiles; - /** cache of referenced ranges and names from source documents. */ ScExternalRefCache maRefCache; |