summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-02-20 23:42:49 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-02-21 07:52:24 +0100
commit6dd1da1045bb49944fbd288703ac88c3cb71158e (patch)
tree83f7f0bc28e0ef54e9eab80bd34cedb2f803ab01 /sc/util
parentdbfc495a9ace0865d764dad7404633a12cda2873 (diff)
vbaobj: Constructor feature for two implementations.
This was done only to avoid symbol vbaeventshelper::serviceDecl which is duplicated in sw. Change-Id: I3cbeeee9d64765685223bbc53ced551876a717ae
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/vbaobj.component6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/util/vbaobj.component b/sc/util/vbaobj.component
index 861cb6e5a15d..07769a36547e 100644
--- a/sc/util/vbaobj.component
+++ b/sc/util/vbaobj.component
@@ -22,7 +22,8 @@
<implementation name="ScVbaApplication">
<service name="ooo.vba.excel.Application"/>
</implementation>
- <implementation name="ScVbaEventsHelper">
+ <implementation name="ScVbaEventsHelper"
+ constructor="ScVbaEventsHelper_get_implementation">
<service name="com.sun.star.script.vba.VBASpreadsheetEventProcessor"/>
</implementation>
<implementation name="ScVbaGlobals">
@@ -31,7 +32,8 @@
<implementation name="ScVbaHyperlink">
<service name="ooo.vba.excel.Hyperlink"/>
</implementation>
- <implementation name="ScVbaTextFrame">
+ <implementation name="ScVbaTextFrame"
+ constructor="ScVbaTextFrame_get_implementation">
<service name="ooo.vba.excel.TextFrame"/>
</implementation>
<implementation name="ScVbaWindow">