diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:43:13 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-06-19 08:08:52 +0200 |
commit | 74c89ed4489f8427622dfdd3a4a6818866c4dbe7 (patch) | |
tree | e03f23f8a8e53dfd1bfdb40062e2213f779518a3 /framework/source/fwi | |
parent | 1d29d12fe1668daea3a5f79671b8a7a1e51cfa3b (diff) |
Fix typo
Change-Id: I1a74632221a1ae05e035c9aa5bd04914cfe7e7d6
Reviewed-on: https://gerrit.libreoffice.org/74318
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework/source/fwi')
-rw-r--r-- | framework/source/fwi/threadhelp/transactionmanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx index 5d78b81a9324..99682549b024 100644 --- a/framework/source/fwi/threadhelp/transactionmanager.cxx +++ b/framework/source/fwi/threadhelp/transactionmanager.cxx @@ -91,7 +91,7 @@ void TransactionManager::setWorkingMode( EWorkingMode eMode ) } // Wait for current existing transactions then! // (Only necessary for changing to E_BEFORECLOSE or E_CLOSE!... - // otherwise; if you wait at setting E_WORK another thread could finish a acquire-call during our unlock() and wait() call + // otherwise; if you wait at setting E_WORK another thread could finish an acquire-call during our unlock() and wait() call // ... and we will wait forever here!!!) // Don't forget to release access mutex before. if( bWaitFor ) |