summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 10:59:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 10:59:20 +0000
commitc0a58d1b4934e0e1449ecf54941a297eab574735 (patch)
treebe52d7816acb6904e5d80e252de1440d57cc23d7 /basic
parentf6b27f16df501372a3703011424cc31a45df5b39 (diff)
INTEGRATION: CWS ab53 (1.20.26); FILE MERGED
2008/06/25 09:44:28 tkr 1.20.26.1: #i91017# add CreateInstanceWithArguments methode
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/sbunoobj.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx
index 5471ca9b5c..dc2cfefbee 100644
--- a/basic/source/inc/sbunoobj.hxx
+++ b/basic/source/inc/sbunoobj.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sbunoobj.hxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -220,6 +220,7 @@ class StarBASIC;
// Impl-Methoden fuer RTL
void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite );
void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite );
+void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite );
void RTL_Impl_CreateUnoValue( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite );
void RTL_Impl_GetProcessServiceManager( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite );
void RTL_Impl_HasInterfaces( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite );