summaryrefslogtreecommitdiff
path: root/vigra/vigra1.4.0-enumwarn.patch
blob: 8ea1ed7890da2254e771b5e929e9aa563e56ec03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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<class LIST>
 struct SelectBiggestIntegerType
 {
-    enum { cursize = LIST::size, 
-           nextsize = SelectBiggestIntegerType<typename LIST::next>::size,
+    enum { cursize = static_cast< int >(LIST::size), 
+           nextsize = static_cast< int >(SelectBiggestIntegerType<typename LIST::next>::size),
            size = (cursize < nextsize) ? nextsize : cursize };
     typedef typename 
        IfBool<(cursize < nextsize), 
it/lo/core/commit/oovbaapi?h=feature/wasm&id=d44759e3d78d23b360f8b628857a96618dae5cbd'>gbuild: install rdb files directly in module they come fromMatúš Kukan 2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar 2013-09-04Remove effectively dead raises specificationStephan Bergmann 2013-06-07add missing PageSetup.PageSize apiNoel Power 2013-06-04*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>Michael Stahl 2013-06-04*api: convert <type scope="bar">Foo</type>Michael Stahl 2013-06-04*api: convert <type>Foo</type>Michael Stahl 2013-05-15make some vba Name object attributes read/write and add test documentNoel Power 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-05-10fix various problems with vba Names & Names objectsNoel Power 2013-05-09implement Range.NameNoel Power 2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power 2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power 2013-05-09implement Application.UndoNoel Power 2013-05-09fix memory leak with orphaned controls created on the flyNoel Power 2013-05-09add Workbook.Save methodNoel Power 2013-05-09support Shape.AlternativeNoel Power 2013-05-09ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power 2013-05-09tweak vba Control implementation to aritificially fire events from apiNoel Power 2013-05-09handle various ReturnXXXX types for formsNoel Power 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power 2013-04-05Added and fixed various vba APINoel Power 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl 2013-02-28remove all d.lstMichael Stahl 2013-02-11add more missing adodb constantsNoel Power 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks 2012-11-06add license infoNoel Power 2012-11-01add some new ado constants bnc#787452Noel Power