diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 16:47:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 21:26:49 +0100 |
commit | 74a6e101927d97aa216b1b1a6d395c56c65cfd32 (patch) | |
tree | 010f1cbdb3e0caf7022fdf32fad7fc879495543b /sw/util | |
parent | 0b87cacaedf47c49065df284f8d10d40d664f9bd (diff) |
rework PageOrientationPopup to be a PopupWindowController
Change-Id: I5930d6e16b99754a60e3bb22a70fadfc5d673aa5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86786
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 18cbdc07a5e9..8d988dc93503 100644 --- a/sw/util/sw.component +++ b/sw/util/sw.component @@ -59,6 +59,10 @@ constructor="lo_writer_PageMarginToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="lo.writer.PageOrientationToolBoxControl" + constructor="lo_writer_PageOrientationToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="SwXModule" constructor="SwXModule_get_implementation"> <service name="com.sun.star.text.GlobalSettings"/> |