summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
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
commit00ef2d5056e1f679402bd71f80a0daa80702f9bb (patch)
treee17259da7913ed38da0805b54095ea100a271c19 /oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
parentCreate DEV300_m46 milestone tag from trunk@270722 (diff)
downloadcore-00ef2d5056e1f679402bd71f80a0daa80702f9bb.tar.gz
core-00ef2d5056e1f679402bd71f80a0daa80702f9bb.zip
#i102261# OLE control event handler support
Diffstat (limited to 'oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl')
-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 e567f5e56d03..99c85a68cfdc 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 );
};
}; };