summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-02-04 16:22:08 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-02-04 16:22:08 +0100
commit92e3243f07063a1c3bdc35a2b6fc2aacb88c7804 (patch)
treeb570fbdb3443d6b8889dc4aed42c0c8bc0069fb4 /oovbaapi
parent1813942ec2be139a3cd7992f9e25671b2280334c (diff)
parentc0e1ab12a09d3c9462779e54adc16f86cb1efa81 (diff)
CWS-TOOLING: integrate CWS ab71
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 );
};
}; };