summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-21 01:47:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-21 03:08:26 +0200
commit051731bbcaa79b6428c8ebee6c114c9b28220cc8 (patch)
tree9d3b1a4cf3a7360bf5c1e39f0e3acec1679197fd /cui
parent41d521e965d26822afecb7a3a46cf825c657ec00 (diff)
post String conversion cleanup
Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/numfmt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index 042d052f6784..5552c3a017bd 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -75,7 +75,7 @@ static sal_uInt16 pRanges[] =
SvxNumberPreview::SvxNumberPreview(Window* pParent, WinBits nStyle)
: Window(pParent, nStyle)
- , mnPos(STRING_NOTFOUND)
+ , mnPos(-1)
, mnChar(0x0)
{
Font aFont( GetFont() );