ports/editors/libreoffice/files/patch-toolkit__source__awt__animatedimagespeer.cxx
Baptiste Daroussin 8269acc5ce - upgrade to 3.5.2
- switch and force compiler to clang using the one from base on 9 and CURRENT, the one
  from ports if not found in base
- now only build en_US version, all localisation are available through separated
  ports.
- Graphite smart font is now used by default
- Rebundle boost to easier upgrading boost
- Rebundle mdds the one from the ports seems incompatible with clang
- Unbundle all the fonts

Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and
feedback

Thank you to iXsystems for providing resources to build/test libreoffice
2012-04-22 20:38:32 +00:00

11 lines
679 B
C++

--- ./toolkit/source/awt/animatedimagespeer.cxx.orig 2012-03-27 18:22:01.000000000 +0200
+++ ./toolkit/source/awt/animatedimagespeer.cxx 2012-04-16 15:40:08.000000000 +0200
@@ -219,7 +219,7 @@
|| ( !lcl_ensureImage_throw( xGraphicProvider, isHighContrast, rImageSet[0] ) )
)
{
- aImageSizes[ nImageSet ] = Size( ::std::numeric_limits< long >::max(), ::std::numeric_limits< long >::max() );
+ aImageSizes[ nImageSet ] = Size( SAL_MAX_INT32, SAL_MAX_INT32 );
}
else
{