summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-07-07 11:48:43 -0400
committerHenry Castro <hcastro@collabora.com>2016-07-07 16:58:33 +0000
commit84e4786e6a6d4e638127a890fc93520ce73d683d (patch)
tree48ff9764933a1412326f072bdc0c1157a18a9864 /desktop
parentResolves: rhbz#1351224 wayland grab related crashes (diff)
downloadcore-84e4786e6a6d4e638127a890fc93520ce73d683d.tar.gz
core-84e4786e6a6d4e638127a890fc93520ce73d683d.zip
sc lok: add number format toolbar items
Change-Id: I420750d99d5998cb589d0d6ec0fb6555c41a85cf Reviewed-on: https://gerrit.libreoffice.org/27015 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index da3a459ec6d2..ae92ce78777a 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1011,7 +1011,10 @@ static void doc_iniUnoCommands ()
OUString(".uno:LayoutStatus"),
OUString(".uno:Context"),
OUString(".uno:WrapText"),
- OUString(".uno:ToggleMergeCells")
+ OUString(".uno:ToggleMergeCells"),
+ OUString(".uno:NumberFormatCurrency"),
+ OUString(".uno:NumberFormatPercent"),
+ OUString(".uno:NumberFormatDate")
};
util::URL aCommandURL;