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:
Rüdiger Timm 2008-07-07 10:59:43 +00:00
parent fdac521062
commit 273cbb409d

View file

@ -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;