--- misc/vigra1.4.0/include/vigra/sized_int.hxx 2012-03-28 13:36:02.743956393 +0200 +++ misc/build/vigra1.4.0/include/vigra/sized_int.hxx 2012-03-28 13:35:44.956057143 +0200 @@ -80,8 +80,8 @@ template struct SelectBiggestIntegerType { - enum { cursize = LIST::size, - nextsize = SelectBiggestIntegerType::size, + enum { cursize = static_cast< int >(LIST::size), + nextsize = static_cast< int >(SelectBiggestIntegerType::size), size = (cursize < nextsize) ? nextsize : cursize }; typedef typename IfBool<(cursize < nextsize), ='5ad3886ec8d3d465c956d99fab42fffda656392c'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks
2014-09-13vcl: tabify salvd.hxxChris Sherlock
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi
2013-12-12Bin a few nonsense commentsTor Lillqvist
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-03-18Improve indentation consistencyTor Lillqvist
2013-03-16Bin some pointless comments and ASCII graphicsTor Lillqvist