summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-17 20:51:42 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-20 16:40:10 +0200
commite1b299de1d56abacf3f16552f9f8e6361b360d1b (patch)
tree7f637076a52ef054039b4f34e04317bb0fd3f5cf
parent3426685cc2b45cd795975572ae6cbfa58658bab7 (diff)
remove bogus mutex guard in SwXTextTables::GetObject()
Change-Id: I97e1eef0d364b18a2a7151558e1f7cd17bade160
-rw-r--r--sw/source/core/unocore/unocoll.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unocoll.cxx b/sw/source/core/unocore/unocoll.cxx
index 4bc8e8fc7aed..47abfc7912e9 100644
--- a/sw/source/core/unocore/unocoll.cxx
+++ b/sw/source/core/unocore/unocoll.cxx
@@ -982,7 +982,6 @@ uno::Sequence< OUString > SwXTextTables::getSupportedServiceNames(void) throw( u
uno::Reference<text::XTextTable> SwXTextTables::GetObject(SwFrmFmt& rFmt)
{
- SolarMutexGuard aGuard;
return SwXTextTable::CreateXTextTable(& rFmt);
}