summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 10:59:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 10:59:56 +0000
commit2f88e8e23489df25e17e62b38a3914470c228a30 (patch)
tree3d851e43d5a70809e46ed0c9b30e0dd71cf8fb8b /basic
parentaf260b7685a7792aeebe328d163a0fd39e37e754 (diff)
INTEGRATION: CWS ab53 (1.18.24); FILE MERGED
2008/06/25 09:45:26 tkr 1.18.24.1: #i91017# add CreateInstanceWithArguments methode
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/rtlproto.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/source/runtime/rtlproto.hxx b/basic/source/runtime/rtlproto.hxx
index 65da4a84b2..4ee88b3fb6 100644
--- a/basic/source/runtime/rtlproto.hxx
+++ b/basic/source/runtime/rtlproto.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: rtlproto.hxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
* This file is part of OpenOffice.org.
*
@@ -326,6 +326,7 @@ extern RTLFUNC(GetPathSeparator);
extern RTLFUNC(ResolvePath);
extern RTLFUNC(CreateUnoStruct);
extern RTLFUNC(CreateUnoService);
+extern RTLFUNC(CreateUnoServiceWithArguments);
extern RTLFUNC(CreateUnoValue);
extern RTLFUNC(GetProcessServiceManager);
extern RTLFUNC(GetDefaultContext);