CWS-TOOLING: integrate CWS cmcfixes71
This commit is contained in:
commit
cf0e05f0a6
1 changed files with 2 additions and 2 deletions
|
@ -1053,7 +1053,7 @@ void SVTXFormattedField::setProperty( const ::rtl::OUString& PropertyName, const
|
|||
case ::com::sun::star::uno::TypeClass_DOUBLE:
|
||||
if (pField->TreatingAsNumber())
|
||||
{
|
||||
double d;
|
||||
double d = 0.0;
|
||||
rValue >>= d;
|
||||
aReturn <<= d;
|
||||
}
|
||||
|
@ -1065,7 +1065,7 @@ void SVTXFormattedField::setProperty( const ::rtl::OUString& PropertyName, const
|
|||
// should never fail
|
||||
|
||||
Color* pDum;
|
||||
double d;
|
||||
double d = 0.0;
|
||||
rValue >>= d;
|
||||
String sConverted;
|
||||
pFormatter->GetOutputString(d, 0, sConverted, &pDum);
|
||||
|
|
Loading…
Reference in a new issue