diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 10:06:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 13:14:36 +0100 |
commit | 3afc718eddcd81232392d46fccc24b8ec626c8df (patch) | |
tree | 9d8a13ba74f8f83c06f418a5f71762d87218d16a /sw/util/sw.component | |
parent | 998a9470f1d5728b3f9702ef7aca77aa53bff96b (diff) |
rework PageSizePopup to be a PopupWindowController
Change-Id: Ib8a0acbceca607b0820437d66e18c7cd8c16904e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86748
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 ef96a6943230..f05b81a2e71a 100644 --- a/sw/util/sw.component +++ b/sw/util/sw.component @@ -47,6 +47,10 @@ constructor="lo_writer_MMExcludeEntryController_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="lo.writer.PageSizeToolBoxControl" + constructor="lo_writer_PageSizeToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="SwXModule" constructor="SwXModule_get_implementation"> <service name="com.sun.star.text.GlobalSettings"/> |