diff options
author | Hubert Figuière <hub@collabora.com> | 2024-08-13 10:40:43 -0400 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-08-14 10:58:11 +0200 |
commit | e4eb676691eb75abf3704d46217ff0a9c9edb3bb (patch) | |
tree | 75203632af4253bc381741718ff432a7e72b8bec /desktop/source | |
parent | 4a42fe00169c3a7d46db2e1a09d4b58b56dfccba (diff) |
LOKit: enable the Distribute command
Signed-off-by: Hubert Figuière <hub@collabora.com>
Change-Id: Id26ac3cd02198bbd3d4dcf0539cbc372a5e08c72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171830
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
(cherry picked from commit d7349b9ac4d56adfaf9bbd7c8dac84152bd230fe)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171772
Tested-by: Jenkins
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index aee74ec28d73..be7b370ab56f 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3979,6 +3979,14 @@ static void doc_iniUnoCommands () u".uno:MoveKeepInsertMode"_ustr, u".uno:ToggleSheetGrid"_ustr, u".uno:ChangeBezier"_ustr, + u".uno:DistributeHorzCenter"_ustr, + u".uno:DistributeHorzDistance"_ustr, + u".uno:DistributeHorzLeft"_ustr, + u".uno:DistributeHorzRight"_ustr, + u".uno:DistributeVertBottom"_ustr, + u".uno:DistributeVertCenter"_ustr, + u".uno:DistributeVertDistance"_ustr, + u".uno:DistributeVertTop"_ustr, }; util::URL aCommandURL; |