diff options
Diffstat (limited to 'shell/source/backends/wininetbe/wininetbe1.component')
-rw-r--r-- | shell/source/backends/wininetbe/wininetbe1.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/source/backends/wininetbe/wininetbe1.component b/shell/source/backends/wininetbe/wininetbe1.component index 848b20e85289..1acdee781fe4 100644 --- a/shell/source/backends/wininetbe/wininetbe1.component +++ b/shell/source/backends/wininetbe/wininetbe1.component @@ -18,8 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="wininetbe1" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.configuration.backend.WinInetBackend"> + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.configuration.backend.WinInetBackend" + constructor="shell_WinInetBackend_get_implementation"> <service name="com.sun.star.configuration.backend.WinInetBackend"/> </implementation> </component> |