diff options
Diffstat (limited to 'eventattacher/source/evtatt.component')
-rw-r--r-- | eventattacher/source/evtatt.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eventattacher/source/evtatt.component b/eventattacher/source/evtatt.component index 2cbf71d4a744..40389217c039 100644 --- a/eventattacher/source/evtatt.component +++ b/eventattacher/source/evtatt.component @@ -18,8 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="evtatt" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.EventAttacher"> + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.EventAttacher" + constructor="eventattacher_EventAttacher"> <service name="com.sun.star.script.EventAttacher"/> </implementation> </component> |