diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-19 22:57:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-20 16:40:16 +0200 |
commit | 1e28d7901dbebf77f75e5770d11a49fef036976c (patch) | |
tree | a6c96352db1fe1292bf2d48e5618b5fd2f8f251f /sw | |
parent | e7c96f3e8f2c2f6bf31ec21fe0d1fbaecb07c3f9 (diff) |
SwXReferenceMarks::GetObject() has no need for a mutex guard
Change-Id: Icc6b0eebf57b07f06bccc9a57036f0611a67c4a3
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unocoll.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx index 50810227ca92..d9540975b365 100644 --- a/sw/source/core/unocore/unocoll.cxx +++ b/sw/source/core/unocore/unocoll.cxx @@ -1986,8 +1986,6 @@ sal_Bool SwXReferenceMarks::hasElements(void) throw( uno::RuntimeException, std: SwXReferenceMark* SwXReferenceMarks::GetObject( SwDoc* pDoc, const SwFmtRefMark* pMark ) { - SolarMutexGuard aGuard; - return SwXReferenceMark::CreateXReferenceMark( *pDoc, *const_cast<SwFmtRefMark*>(pMark)); } |