diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-04-06 02:01:03 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-04-06 07:42:14 +0200 |
commit | 4c9cfd1d748447740b342171eeb62addce015e34 (patch) | |
tree | 352bb1fbc510cb6b4a77964eaa55c79437c54427 | |
parent | ab01cb1ca5441177db0d1d39451db554223cabe9 (diff) |
NB Calc: needed icons for Layout Tab
Change-Id: I9b9567664df919e418ac519930c907198ba2b728
Reviewed-on: https://gerrit.libreoffice.org/52482
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
-rw-r--r-- | icon-themes/colibre/links.txt | 3 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt index ea185a663853..ce2d86a16f26 100644 --- a/icon-themes/colibre/links.txt +++ b/icon-themes/colibre/links.txt @@ -598,6 +598,9 @@ cmd/lc_insertcurrenttime.png cmd/lc_timefield.png cmd/sc_insertobjectchartfromfile.png cmd/sc_open.png cmd/lc_insertobjectchartfromfile.png cmd/lc_open.png +cmd/sc_pageformatdialog.png cmd/sc_pagedialog.png +cmd/lc_pageformatdialog.png cmd/lc_pagedialog.png + # Shapes cmd/lc_basicshapes.png cmd/lc_basicshapes.diamond.png cmd/lc_basicshapes.ellipse.png cmd/lc_ellipse.png diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index fc35b904fe35..276849255ae9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1514,6 +1514,9 @@ <prop oor:name="PopupLabel" oor:type="xs:string"> <value xml:lang="en-US">Format Pa~ge...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:StandardTextAttributes" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |