Kaydet (Commit) aab24d24 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#704228 'Constant' variable guards dead code

Change-Id: I60446644e7700f5c119dd94d4da08bb39f5bd268
üst 7de5ffbf
...@@ -235,7 +235,7 @@ double CGM::ImplGetFloat( RealPrecision eRealPrecision, sal_uInt32 nRealSize ) ...@@ -235,7 +235,7 @@ double CGM::ImplGetFloat( RealPrecision eRealPrecision, sal_uInt32 nRealSize )
else // ->RP_FIXED else // ->RP_FIXED
{ {
long nVal; long nVal;
int nSwitch = ( bCompatible ) ? 0 : 1 ; const int nSwitch = ( bCompatible ) ? 0 : 1 ;
if ( nRealSize == 4 ) if ( nRealSize == 4 )
{ {
sal_uInt16* pShort = (sal_uInt16*)pPtr; sal_uInt16* pShort = (sal_uInt16*)pPtr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment