Ooops, GetnAnz() got renamed to GetCount()
This commit is contained in:
parent
f0a3dfbffa
commit
d1ef845a0c
1 changed files with 2 additions and 2 deletions
|
@ -4116,7 +4116,7 @@ BOOL SvNumberformat::IsNegativeWithoutSign() const
|
|||
|
||||
BOOL SvNumberformat::IsNegativeInBracket() const
|
||||
{
|
||||
USHORT nAnz = NumFor[1].GetnAnz();
|
||||
USHORT nAnz = NumFor[1].GetCount();
|
||||
if (!nAnz)
|
||||
return FALSE;
|
||||
|
||||
|
@ -4126,7 +4126,7 @@ BOOL SvNumberformat::IsNegativeInBracket() const
|
|||
|
||||
BOOL SvNumberformat::HasPositiveBracketPlaceholder() const
|
||||
{
|
||||
USHORT nAnz = NumFor[0].GetnAnz();
|
||||
USHORT nAnz = NumFor[0].GetCount();
|
||||
String *tmpStr = NumFor[0].Info().sStrArray;
|
||||
return (tmpStr[nAnz-1].EqualsAscii( "_)" ));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue