diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 11:30:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 14:34:46 +0100 |
commit | 85307c10d3ca4d7c9ed3fa1ca3700a6330b09da8 (patch) | |
tree | aa29b3fb22d729f38009e12b8879b749d6f40053 /sw/util | |
parent | a41fe32ba989cad3b6e2e20793b3fff469230eb6 (diff) |
rework PageColumnPopup to be a PopupWindowController
Change-Id: I00d0ce6001f2eb3076c699bca7c64a72b94716c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86751
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/util')
-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 f05b81a2e71a..a6fac075e4f9 100644 --- a/sw/util/sw.component +++ b/sw/util/sw.component @@ -51,6 +51,10 @@ constructor="lo_writer_PageSizeToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="lo.writer.PageColumnToolBoxControl" + constructor="lo_writer_PageColumnToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="SwXModule" constructor="SwXModule_get_implementation"> <service name="com.sun.star.text.GlobalSettings"/> |