diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2020-08-22 18:48:34 +0530 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-08-25 15:43:06 +0200 |
commit | c056a7ddd80988c54a1216058ef65eca78818fe9 (patch) | |
tree | 50a177492e7a017e186c775ace5f82f19631b12a /desktop | |
parent | 558a72adc294efb9e62e24f3419369c7e9d48edf (diff) |
LOK: send status of the sidebar
sidebar button did not show status initially
similarly view->sidebar did not show checked/unchecked initially
and same problem can be seen in notebookbar
Change-Id: Ie5fdf298d343435514954efaaebfdc628d4a90fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101182
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 9e3d24ff8973..6f68fe32a6fc 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2834,7 +2834,8 @@ static void doc_iniUnoCommands () OUString(".uno:BorderOuter"), OUString(".uno:FreezePanes"), OUString(".uno:FreezePanesColumn"), - OUString(".uno:FreezePanesRow") + OUString(".uno:FreezePanesRow"), + OUString(".uno:Sidebar") }; util::URL aCommandURL; |