summaryrefslogtreecommitdiffstats
path: root/framework/inc/threadhelp/transactionmanager.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-19 15:27:39 +0000
committerJulien Nabet <serval2412@yahoo.fr>2018-12-20 08:49:07 +0100
commita9151763b6b0485e98512352d21843e3e2fbff5b (patch)
tree3405161b670d4a97d602344383dbd7d24a4b7409 /framework/inc/threadhelp/transactionmanager.hxx
parentFix typo in code (diff)
downloadcore-a9151763b6b0485e98512352d21843e3e2fbff5b.tar.gz
core-a9151763b6b0485e98512352d21843e3e2fbff5b.zip
Fix typo
Change-Id: I211b3deb6089835486744eaea5879392994cc66e Reviewed-on: https://gerrit.libreoffice.org/65467 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc/threadhelp/transactionmanager.hxx')
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index fd13e2fe8e43..1653c57335df 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -43,9 +43,9 @@ namespace framework{
*//*-*************************************************************************************************************/
enum EWorkingMode
{
- E_INIT , // We stand in a init method -> some calls are accepted - some one are rejected
+ E_INIT , // We stand in an init method -> some calls are accepted - some ones are rejected
E_WORK , // Object is ready for working -> all calls are accepted
- E_BEFORECLOSE, // We stand in a close method -> some calls are accepted - some one are rejected
+ E_BEFORECLOSE, // We stand in a close method -> some calls are accepted - some ones are rejected
E_CLOSE // Object is dead! -> all calls are rejected!
};