summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxexec.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 08:43:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-26 20:37:59 +0000
commit5ad636acc61eabd8123bea5b203e2c49a80f9ce3 (patch)
treec628b885d8e308a58cc4676f380bae5790b3d1f0 /basic/source/sbx/sbxexec.cxx
parent19882e0c7daeaa16cbdbca2838064d4ad8762649 (diff)
Fix typos
Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de Reviewed-on: https://gerrit.libreoffice.org/35616 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/source/sbx/sbxexec.cxx')
-rw-r--r--basic/source/sbx/sbxexec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index 1a671a654512..f5e811a2b656 100644
--- a/basic/source/sbx/sbxexec.cxx
+++ b/basic/source/sbx/sbxexec.cxx
@@ -212,7 +212,7 @@ static SbxVariableRef PlusMinus( SbxObject* pObj, SbxObject* pGbl, const sal_Uni
SbxVariableRef refVar2( MulDiv( pObj, pGbl, &p ) );
if( refVar2.is() )
{
- // temporaere Variable!
+ // temporary Variable!
SbxVariable* pVar = refVar.get();
pVar = new SbxVariable( *pVar );
refVar = pVar;