summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:12:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:13:52 +0200
commit3754474cdea72ebe7f09457ef82a5c3131d06b78 (patch)
treebc2ce16e15475dda27d89f61d8cb2b0558df27ed /basic
parentd56b125f6c6c18ac40712cefc3cec06530750e15 (diff)
Typos
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/sbunoobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 33db5c1462e0..572613786219 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -3006,7 +3006,7 @@ void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, bool bWrite )
// get the name of the class of the struct
OUString aServiceName = rPar.Get(1)->GetOUString();
- // search for the service and instatiate it
+ // search for the service and instantiate it
Reference< XMultiServiceFactory > xFactory( comphelper::getProcessServiceFactory() );
Reference< XInterface > xInterface;
try
@@ -3061,7 +3061,7 @@ void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar,
Sequence< Any > aArgs;
aArgAsAny >>= aArgs;
- // search for the service and instatiate it
+ // search for the service and instantiate it
Reference< XMultiServiceFactory > xFactory( comphelper::getProcessServiceFactory() );
Reference< XInterface > xInterface;
try