diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-21 18:24:54 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-25 11:29:29 +0000 |
commit | db1a9ba11750fe8df475907f57a84f99f2f355de (patch) | |
tree | 51a4f62adbf44f0c36480a9b989a53ffe25d46f1 /sc/uiconfig | |
parent | 51a572f218cb49e2c3aabdc7e6a7dc47e56c4ded (diff) |
fdo#85594 enable conditional formatting button, add icons, and tooltips
Change-Id: Ia6fa678fba21f48de183798bb33ee2e34598b03e
Reviewed-on: https://gerrit.libreoffice.org/13021
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/formatobjectbar.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml index 15185879b23f..1077e09f215b 100644 --- a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml +++ b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml @@ -70,6 +70,10 @@ <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> <toolbar:toolbaritem xlink:href=".uno:FrameLineColor" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ConditionalFormatDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ConditionalFormatDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ColorScaleFormatDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:DataBarFormatDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:IconSetFormatDialog" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ToggleSheetGrid" toolbar:visible="false"/> </toolbar:toolbar> |