summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-30 19:58:46 +0100
committerJens Carl <j.carl43@gmx.de>2018-12-01 02:13:11 +0100
commitee8cba8591f2d610f8193d91039c9657e697f7db (patch)
tree22b9f845952154f4d245d0ab38fab2812c9abcf5 /basic
parentoox smartart, accent process: adjust size of connector from constraints (diff)
downloadcore-ee8cba8591f2d610f8193d91039c9657e697f7db.tar.gz
core-ee8cba8591f2d610f8193d91039c9657e697f7db.zip
Fix typos
Change-Id: Ie85b3a61ded8c6fd7a1f8c463912062669b3719b Reviewed-on: https://gerrit.libreoffice.org/64357 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/sbxmod.cxx4
1 files changed, 2 insertions, 2 deletions
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 )");