diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unocoll.cxx | 1 |
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); } |