Kaydet (Commit) e1b299de authored tarafından Michael Stahl's avatar Michael Stahl

remove bogus mutex guard in SwXTextTables::GetObject()

Change-Id: I97e1eef0d364b18a2a7151558e1f7cd17bade160
üst 3426685c
...@@ -982,7 +982,6 @@ uno::Sequence< OUString > SwXTextTables::getSupportedServiceNames(void) throw( u ...@@ -982,7 +982,6 @@ uno::Sequence< OUString > SwXTextTables::getSupportedServiceNames(void) throw( u
uno::Reference<text::XTextTable> SwXTextTables::GetObject(SwFrmFmt& rFmt) uno::Reference<text::XTextTable> SwXTextTables::GetObject(SwFrmFmt& rFmt)
{ {
SolarMutexGuard aGuard;
return SwXTextTable::CreateXTextTable(& rFmt); return SwXTextTable::CreateXTextTable(& rFmt);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment