summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 10:59:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 10:59:43 +0000
commitaf260b7685a7792aeebe328d163a0fd39e37e754 (patch)
tree93402d19b2f8c1caf1f7dbf018a3e6ec5f1331f2 /basic
parentc0a58d1b4934e0e1449ecf54941a297eab574735 (diff)
INTEGRATION: CWS ab53 (1.36.26); FILE MERGED
2008/06/25 09:45:09 tkr 1.36.26.1: #i91017# add CreateInstanceWithArguments methode
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods1.cxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index 72ab7d8823..350eec59c8 100644
--- a/basic/source/runtime/methods1.cxx
+++ b/basic/source/runtime/methods1.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: methods1.cxx,v $
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
* This file is part of OpenOffice.org.
*
@@ -1391,6 +1391,15 @@ RTLFUNC(CreateUnoService)
RTL_Impl_CreateUnoService( pBasic, rPar, bWrite );
}
+RTLFUNC(CreateUnoServiceWithArguments)
+{
+ (void)pBasic;
+ (void)bWrite;
+
+ RTL_Impl_CreateUnoServiceWithArguments( pBasic, rPar, bWrite );
+}
+
+
RTLFUNC(CreateUnoValue)
{
(void)pBasic;