Kaydet (Commit) 0a825b9a authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build

warning C4334: '<<' : result of 32-bit shift implicitly converted to 64
bits (was 64-bit shift intended?)

after my commit 60e659ae
"convert IMPL_FONT_ATTR constants to scoped enum"

Change-Id: I83f1ea5869fa60c89dbc706020f68cc2c4277f48
üst 776d74bb
......@@ -988,7 +988,7 @@ FontWidth FontSubstConfiguration::getSubstWidth( const com::sun::star::uno::Refe
ImplFontAttrs FontSubstConfiguration::getSubstType( const com::sun::star::uno::Reference< XNameAccess >& rFont,
const OUString& rType ) const
{
sal_uLong type = 0;
unsigned long type = 0;
try
{
Any aAny = rFont->getByName( rType );
......
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