summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:00:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 11:00:14 +0000
commitcf57e5f7376722c90afcd0363f64ae1fa934b853 (patch)
treee4450fe0c39b3e59cdc8e748d8bee3e615a7141d /basic
parent2f88e8e23489df25e17e62b38a3914470c228a30 (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.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx
index fb0a47852d..01f4777a7f 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 },