diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-16 15:47:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-16 16:00:06 +0100 |
commit | 973d92a2a27d63e1c5fd6858ca6b45565a722bec (patch) | |
tree | 8e0c0fdbfd3fc1dc175b0729c6f7c5887b7e957c /sc/source | |
parent | 081d76c3faa9f242e70f94a253d334e29b7e6595 (diff) |
Missing SolarMutexGuard.
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/cellsuno.cxx | 1 |
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() ) |