diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-03-04 09:41:55 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-03-18 10:13:26 +0100 |
commit | 951b243f10a7c184e635ce1d84f69683d8e7abde (patch) | |
tree | 31a5a80f04d93db3714f928effc7eb109e575e1d /desktop | |
parent | b3b1936ecdf5396892849d0e90d94324fad609ac (diff) |
Resolves tdf#66470 - Scaling value in statusbar
Changes also the sort order at the options
Change-Id: I61c231fb94d4b4c66358a17e7585609e31eb6a70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111947
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 6275bf691946..12eff83a4bc3 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2731,6 +2731,7 @@ static void doc_iniUnoCommands () OUString(".uno:SelectionMode"), OUString(".uno:PageStatus"), OUString(".uno:LayoutStatus"), + OUString(".uno:Scale"), OUString(".uno:Context"), OUString(".uno:WrapText"), OUString(".uno:ToggleMergeCells"), |