diff options
Diffstat (limited to 'sd/source/console/presenter.component')
-rw-r--r-- | sd/source/console/presenter.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/console/presenter.component b/sd/source/console/presenter.component index 3e1bc8508d36..8a1d8b93a224 100644 --- a/sd/source/console/presenter.component +++ b/sd/source/console/presenter.component @@ -15,4 +15,8 @@ constructor="sd_PresenterProtocolHandler_get_implementation"> <service name="com.sun.star.frame.ProtocolHandler"/> </implementation> + <implementation name="com.sun.star.presentation.comp.CreateDialogFactoryService" + constructor="com_sun_star_presentation_CreateDialogFactoryService_get_implementation"> + <service name="com.sun.star.presentation.CreateDialogFactoryService"/> + </implementation> </component> |