INTEGRATION: CWS ab53 (1.36.26); FILE MERGED
2008/06/25 09:45:09 tkr 1.36.26.1: #i91017# add CreateInstanceWithArguments methode
This commit is contained in:
parent
fdac521062
commit
273cbb409d
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue