diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 11:00:14 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 11:00:14 +0000 |
commit | ebc7dc58a50549e6ad8715c11a198312decef471 (patch) | |
tree | 5981f459463df36b07893c004749c894874766c5 /basic | |
parent | 848c6b2e5981fc6a90ed7947c15d98b342217a27 (diff) |
INTEGRATION: CWS ab53 (1.26.24); FILE MERGED
2008/06/25 09:45:48 tkr 1.26.24.1: #i91017# add CreateInstanceWithArguments methode
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/stdobj.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx index 61d1b737882b..b9b2bee387a6 100644 --- a/basic/source/runtime/stdobj.cxx +++ b/basic/source/runtime/stdobj.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: stdobj.cxx,v $ - * $Revision: 1.27 $ + * $Revision: 1.28 $ * * This file is part of OpenOffice.org. * @@ -154,6 +154,9 @@ static Methods aMethods[] = { { "dialogname", SbxSTRING, 0,NULL,0 }, { "CreateUnoService",SbxOBJECT, 1 | _FUNCTION, RTLNAME( CreateUnoService ),0 }, { "servicename", SbxSTRING, 0,NULL,0 }, +{ "CreateUnoServiceWithArguments",SbxOBJECT, 2 | _FUNCTION, RTLNAME( CreateUnoServiceWithArguments ),0 }, + { "servicename", SbxSTRING, 0,NULL,0 }, + { "arguments", SbxARRAY, 0,NULL,0 }, { "CreateUnoStruct",SbxOBJECT, 1 | _FUNCTION, RTLNAME( CreateUnoStruct ),0 }, { "classname", SbxSTRING, 0,NULL,0 }, { "CreateUnoValue", SbxOBJECT, 2 | _FUNCTION, RTLNAME( CreateUnoValue ),0 }, |