summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-07-14 10:59:47 -0400
committerHenry Castro <hcastro@collabora.com>2016-07-14 17:34:54 +0000
commit4dd0d77675dd13c9de7c9ac5dbc0cb6b8ca53865 (patch)
tree07481a1423fd671d4d9a2a68736de6a961b3bfa2 /desktop
parentAvoid undefined behavior when converting (large) double to size_t (diff)
downloadcore-4dd0d77675dd13c9de7c9ac5dbc0cb6b8ca53865.tar.gz
core-4dd0d77675dd13c9de7c9ac5dbc0cb6b8ca53865.zip
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.cxx4
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;