basic/source/classes/sbxmod.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ee8cba8591f2d610f8193d91039c9657e697f7db Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Nov 30 19:58:46 2018 +0100 Commit: Jens Carl <[email protected]> CommitDate: Sat Dec 1 02:13:11 2018 +0100 Fix typos Change-Id: Ie85b3a61ded8c6fd7a1f8c463912062669b3719b Reviewed-on: https://gerrit.libreoffice.org/64357 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index c4a3267e1f56..8fb9d12a5ce0 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -429,7 +429,7 @@ SbModule::SbModule( const OUString& rName, bool bVBACompat ) SetFlag( SbxFlagBits::ExtSearch | SbxFlagBits::GlobalSearch ); SetModuleType( script::ModuleType::NORMAL ); - // #i92642: Set name property to intitial name + // #i92642: Set name property to initial name SbxVariable* pNameProp = pProps->Find( "Name", SbxClassType::Property ); if( pNameProp != nullptr ) { @@ -2554,7 +2554,7 @@ void SbUserFormModule::Unload() pMeth->Get( aVals); if ( !bWaitForDispose ) { - // we've either already got a dispose or we'er never going to get one + // 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 )"); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
