[Libreoffice-commits] core.git: vbahelper/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 23 05:25:19 UTC 2019
vbahelper/source/vbahelper/vbaapplicationbase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b47f733178335779283152f9a24381644cf9c5a6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 22 22:23:15 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 23 07:24:19 2019 +0200
Fix typo
Change-Id: I94efc4ce7e197fb8dc68840939ed75393983be1c
Reviewed-on: https://gerrit.libreoffice.org/77980
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
index 87c82e472d7c..94c3419f6e2a 100644
--- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx
+++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
@@ -472,7 +472,7 @@ void VbaApplicationBase::Quit()
{
// This is the case of a call from an (OLE) Automation client.
- // When an Automation client itself asks the proces to quit, it should obey it.
+ // When an Automation client itself asks the process to quit, it should obey it.
AsyncQuitHandler::instance().SetForceQuit();
// TODO: Probably we should just close any document windows open by the "application"
More information about the Libreoffice-commits
mailing list