summaryrefslogtreecommitdiff
path: root/sot/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-01-05 18:04:14 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2016-01-05 20:41:12 +0100
commit7f36d2e25572978ee6ee79a4089db81c191df260 (patch)
tree01782a45a9619ef80eec216d3d9a8f4de9f303e5 /sot/util
parent3b7150c0ab5ca40f88ab8c3b914d601501cbf4e7 (diff)
tdf#74608: Ctor function for css.embed.OLESimpleStorage
Change-Id: I20b91ad65514e27094ff702d1d94a48ef9a82fe6
Diffstat (limited to 'sot/util')
-rw-r--r--sot/util/sot.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/sot/util/sot.component b/sot/util/sot.component
index 7fc9cc3b6e20..84b98871e359 100644
--- a/sot/util/sot.component
+++ b/sot/util/sot.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="sot" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.embed.OLESimpleStorage">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.embed.OLESimpleStorage"
+ constructor="com_sun_star_comp_embed_OLESimpleStorage">
<service name="com.sun.star.embed.OLESimpleStorage"/>
</implementation>
</component>