From 14fe27b755f9b547efdeefe2eba9acecb3ad436d Mon Sep 17 00:00:00 2001 From: Andreas Bregas Date: Wed, 17 Jun 2009 13:32:41 +0000 Subject: #i102261# OLE control event handler support --- oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl index 4a1bca88a3..e007fe08fa 100644 --- a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl +++ b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl @@ -41,8 +41,8 @@ module ooo { module vba { interface XVBAToOOEventDescGen : com::sun::star::uno::XInterface { - sequence< com::sun::star::script::ScriptEventDescriptor > getEventDescriptions( [in] com::sun::star::uno::XInterface xControl, [in] string sLibModName, [in] sequence< string > handlerExts ); - com::sun::star::script::XScriptEventsSupplier getEventSupplier( [in] com::sun::star::uno::XInterface xControl ); + sequence< com::sun::star::script::ScriptEventDescriptor > getEventDescriptions( [in] com::sun::star::uno::XInterface xControl, [in] string sCodeName ); + com::sun::star::script::XScriptEventsSupplier getEventSupplier( [in] com::sun::star::uno::XInterface xControl, [in] string sCodeName ); }; }; }; -- cgit v1.2.3