[Libreoffice-commits] core.git: basic/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Feb 7 06:21:46 UTC 2019
basic/source/classes/sbxmod.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 53a318196859140deb4b3c317db583a90cfd604c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Feb 6 20:14:05 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Feb 7 07:21:21 2019 +0100
Fix typo
Change-Id: I9b57e73303cb12e818cd761878d0c11c38f4cc3e
Reviewed-on: https://gerrit.libreoffice.org/67481
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 69343b6d7552..253eac73f0d3 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -2541,7 +2541,7 @@ void SbUserFormModule::Unload()
SbxVariable* pMeth = SbObjModule::Find( "UnloadObject", SbxClassType::Method );
if( pMeth )
{
- SAL_INFO("basic", "Attempting too run the UnloadObjectMethod");
+ SAL_INFO("basic", "Attempting to run the UnloadObjectMethod");
m_xDialog.clear(); //release ref to the uno object
SbxValues aVals;
bool bWaitForDispose = true; // assume dialog is showing
@@ -2556,7 +2556,7 @@ void SbUserFormModule::Unload()
// we've either already got a dispose or we are never going to get one
ResetApiObj();
} // else wait for dispose
- SAL_INFO("basic", "UnloadObject completed ( we hope )");
+ SAL_INFO("basic", "UnloadObject completed (we hope)");
}
}
More information about the Libreoffice-commits
mailing list