diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2020-05-27 16:25:10 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2020-06-17 12:08:55 +0200 |
commit | b982be12281f2eaf63cb9d18a5b3362502c3a1dc (patch) | |
tree | 66df73ecbcef22ed6addc1a4c66e6002957c5238 /svx/util | |
parent | 01b47d4e73023d7f17a939c67959d959d6fad8ac (diff) |
Styles preview widget
Change-Id: Ib9723c9793244069407ceaa4935a11da08db3795
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95998
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/svxcore.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component index f5a81131fac9..b36a8d71bcb4 100644 --- a/svx/util/svxcore.component +++ b/svx/util/svxcore.component @@ -88,4 +88,8 @@ constructor="com_sun_star_comp_graphic_PrimitiveFactory2D_get_implementation"> <service name="com.sun.star.graphic.PrimitiveFactory2D"/> </implementation> + <implementation name="com.sun.star.comp.svx.StylesPreviewToolBoxControl" + constructor="com_sun_star_comp_svx_StylesPreviewToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> </component> |