diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 15:56:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 21:25:50 +0100 |
commit | 776797b6a46fa545a661cc81f51a2be555ecd7fe (patch) | |
tree | 32a09756b1864297f349852785669bb31f12774e /sw/util/sw.component | |
parent | 2c80cf671ead686300ea0ece491435c0c67dfc77 (diff) |
rework PageMarginPopup to be a PopupWindowController
Change-Id: I60a66b9be14f79cd2968f4bd3d91740137ee9d85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86782
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/util/sw.component')
-rw-r--r-- | sw/util/sw.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/util/sw.component b/sw/util/sw.component index a6fac075e4f9..18cbdc07a5e9 100644 --- a/sw/util/sw.component +++ b/sw/util/sw.component @@ -55,6 +55,10 @@ constructor="lo_writer_PageColumnToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="lo.writer.PageMarginToolBoxControl" + constructor="lo_writer_PageMarginToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="SwXModule" constructor="SwXModule_get_implementation"> <service name="com.sun.star.text.GlobalSettings"/> |