summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-16 15:47:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-16 16:00:06 +0100
commit973d92a2a27d63e1c5fd6858ca6b45565a722bec (patch)
tree8e0c0fdbfd3fc1dc175b0729c6f7c5887b7e957c /sc
parent081d76c3faa9f242e70f94a253d334e29b7e6595 (diff)
Missing SolarMutexGuard.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 2d3db0a7ed5f..532bbbe6d046 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -3881,6 +3881,7 @@ uno::Reference<container::XIndexAccess> SAL_CALL ScCellRangesBase::findAll(
const uno::Reference<util::XSearchDescriptor>& xDesc )
throw(uno::RuntimeException)
{
+ SolarMutexGuard aGuard;
// Wenn nichts gefunden wird, soll Null zurueckgegeben werden (?)
uno::Reference<container::XIndexAccess> xRet;
if ( pDocShell && xDesc.is() )