summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-08-25 04:55:05 +0400
committerMaxim Monastirsky <momonasmon@gmail.com>2015-08-25 10:12:17 +0000
commitc936d690a69d4d0332caade1a481ae1c3a6e06e7 (patch)
tree2d37146af86c659871bca0bae1a6f00e7610f66b /sc/source/ui/sidebar
parent662498ab80833a2b671c247fb859603632e52105 (diff)
Correct icon for number format in Calc's sidebar
Change-Id: Icc5958d77277c6938b8a03ef44dfd71b9350e288 Reviewed-on: https://gerrit.libreoffice.org/17978 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/source/ui/sidebar')
-rw-r--r--sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index 4ec8606c41b3..035037397c43 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";