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
commitb6d8c905aa1231bc9019abf6708ba4bb21d91a6e (patch)
tree4f585c752ec0c9ba214c1328d4d7483eb8ad37b6 /oovbaapi
parent3c550e9f7bdd8c9f1f75f4148f516ddc94290f92 (diff)
parenta3fcabbfd4e72e01c3e3e4738c1483279a2b2923 (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 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 );
};
}; };