summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-25 11:10:24 +0100
committerNoel Power <noel.power@suse.com>2013-04-26 15:30:36 +0100
commit96a6bddcbe52db803ce6faed7e2bc3030bee5c45 (patch)
treed07b6d238807f510877aa72f5df1cf6c01bde71f /oovbaapi
parent4aadebb03603a82afb1659c6b16f89ed2375d139 (diff)
fix memory leak with orphaned controls created on the fly
Change-Id: Iabdd7d906bd7f72592c8e4b2d2b1774807e9dbdb
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
index 5dd6dbbeb5f1..dd925533cf80 100644
--- a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
+++ b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
@@ -24,7 +24,7 @@
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 sCodeName );
+ sequence< com::sun::star::script::ScriptEventDescriptor > getEventDescriptions( [in] string controlServiceName, [in] string sCodeName );
com::sun::star::script::XScriptEventsSupplier getEventSupplier( [in] com::sun::star::uno::XInterface xControl, [in] string sCodeName );
};