summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-09-03 01:41:29 +0400
committerAndras Timar <andras.timar@collabora.com>2015-09-19 21:31:52 +0200
commit3bb72eb34d617cd388227e3ad254a6eaed875d8a (patch)
tree92878e0bbacecd66d8c66d70c6be59245401f3ad /sc
parentf61aa1f3df13e868baf44d0d9d50fedcd90027c3 (diff)
sc: fix number format button highlighting in sidebar
When a number format for a cell (for example percent) is applied it is highlighted in the toolbar but not the equal button in the sidebar. This patch fixes this issue. Change-Id: I958b1fd152bc2b756a6320b7cb4ebb15ac601f2c Reviewed-on: https://gerrit.libreoffice.org/18283 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/sidebarnumberformat.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
index 79fb1ca1f06a..11221b658c18 100644
--- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
+++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
@@ -46,7 +46,7 @@
</packing>
</child>
<child>
- <object class="GtkToolbar" id="numberformat">
+ <object class="sfxlo-SidebarToolBox" id="numberformat">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="show_arrow">False</property>