vcl consitent use of long for corrdinate
most of length in vcl are calculated in 'long' but array of X position tend to be in sal_Int32. As a prep work to be able to support 'double' as the base type of Device Coordinate, harmonize the use of 'long' for non-float coordinate. Change-Id: I7cb33301ff6a5e2c62247b36a4e07e168a58a323
This commit is contained in:
@@ -269,7 +269,7 @@ static float GetSwapFloat( SvStream& rSt )
|
||||
const OUString& rString,
|
||||
int nIndex,
|
||||
int nLength,
|
||||
const sal_Int32* pCharWidths,
|
||||
const long* pCharWidths,
|
||||
const ActionFactoryParameters& rParms,
|
||||
bool bSubsettable );
|
||||
|
||||
|
Reference in New Issue
Block a user