summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar
diff options
context:
space:
mode:
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 fdeceabb08dc..b4ce5e4b06a4 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -308,7 +308,7 @@ void NumberFormatPropertyPanel::NotifyItemUpdate(
while( nCount < aLen )
{
sal_Unicode cChar = aCode[nCount];
- if(cChar == sal_Unicode(','))
+ if(cChar == ',')
{
sFormat[nStrCount] = sTmpStr;
sTmpStr = "";