[Libreoffice-commits] core.git: framework/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 20 07:49:35 UTC 2018
framework/inc/threadhelp/transactionmanager.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a9151763b6b0485e98512352d21843e3e2fbff5b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 19 15:27:39 2018 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 20 08:49:07 2018 +0100
Fix typo
Change-Id: I211b3deb6089835486744eaea5879392994cc66e
Reviewed-on: https://gerrit.libreoffice.org/65467
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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!
};
More information about the Libreoffice-commits
mailing list