sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx | 2 +- sc/uiconfig/scalc/ui/sidebarnumberformat.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit c936d690a69d4d0332caade1a481ae1c3a6e06e7 Author: Yousuf Philips <philip...@hotmail.com> Date: Tue Aug 25 04:55:05 2015 +0400 Correct icon for number format in Calc's sidebar Change-Id: Icc5958d77277c6938b8a03ef44dfd71b9350e288 Reviewed-on: https://gerrit.libreoffice.org/17978 Reviewed-by: Maxim Monastirsky <momonas...@gmail.com> Tested-by: Maxim Monastirsky <momonas...@gmail.com> diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx index 4ec8606..0350373 100644 --- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx +++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx @@ -38,7 +38,7 @@ using namespace css; using namespace css::uno; using ::sfx2::sidebar::Theme; -const char UNO_NUMERICFIELD[] = ".uno:NumericField"; +const char UNO_NUMERICFIELD[] = ".uno:NumberFormatDecimal"; const char UNO_NUMBERFORMATPERCENT[] = ".uno:NumberFormatPercent"; const char UNO_NUMBERFORMATCURRENCY[] = ".uno:NumberFormatCurrency"; diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui index 94e100a..16641e1 100644 --- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui +++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui @@ -83,7 +83,7 @@ <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:NumericField</property> + <property name="action_name">.uno:NumberFormatDecimal</property> <property name="label">toolbutton3</property> <property name="use_underline">True</property> </object> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits