diff options
author | Henry Castro <hcastro@collabora.com> | 2016-07-14 10:59:47 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2016-07-14 17:34:54 +0000 |
commit | 4dd0d77675dd13c9de7c9ac5dbc0cb6b8ca53865 (patch) | |
tree | 07481a1423fd671d4d9a2a68736de6a961b3bfa2 /desktop | |
parent | 45813450258ccaed8aa117a50085da6eeae97221 (diff) |
sc lok: add more toolbar items
.uno:SortAscending
.uno:SortDescending
Change-Id: I3d307b43fb18ffce75b00a0b919b63320bf6db05
Reviewed-on: https://gerrit.libreoffice.org/27223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 72b74bd63d34..b31916779aad 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1013,7 +1013,9 @@ static void doc_iniUnoCommands () OUString(".uno:ToggleMergeCells"), OUString(".uno:NumberFormatCurrency"), OUString(".uno:NumberFormatPercent"), - OUString(".uno:NumberFormatDate") + OUString(".uno:NumberFormatDate"), + OUString(".uno:SortAscending"), + OUString(".uno:SortDescending") }; util::URL aCommandURL; |