summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2009-06-17 13:32:41 +0000
committerAndreas Bregas <ab@openoffice.org>2009-06-17 13:32:41 +0000
commit14fe27b755f9b547efdeefe2eba9acecb3ad436d (patch)
treed3dd6a3c3c6de0bd585fe4055e7dbff09b6ea823 /oovbaapi
parent7ffef92a6844669e67948226b7a37d1d540934fd (diff)
#i102261# OLE control event handler support
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl4
1 files changed, 2 insertions, 2 deletions
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 );
};
}; };