diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 23:17:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-18 09:52:44 +0200 |
commit | 618e1fdac12126ab8fc0c90d8b9508825f533c5c (patch) | |
tree | 109b8dfbb46379fe0d234ba2af97c59a53993cc7 /basic/source/classes/sbxmod.cxx | |
parent | a2a6a2ddc5f2f9c8e6070acaab0719277872d824 (diff) |
Fix typos
Change-Id: I563ea72a1e3870f5c362527f018c6b63607b4011
Reviewed-on: https://gerrit.libreoffice.org/57597
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/source/classes/sbxmod.cxx')
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index d1a337dbb007..bf1a90c7b70e 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -1218,7 +1218,7 @@ void SbModule::RunInit() && !pImage->bInit && pImage->IsFlag( SbiImageFlags::INITCODE ) ) { - // Set flag, so that RunInit get activ (Testtool) + // Set flag, so that RunInit get active (Testtool) GetSbData()->bRunInit = true; SbModule* pOldMod = GetSbData()->pMod; @@ -1236,7 +1236,7 @@ void SbModule::RunInit() pImage->bInit = true; pImage->bFirstInit = false; - // RunInit is not activ anymore + // RunInit is not active anymore GetSbData()->bRunInit = false; } } |