chart2/source/view/inc/GL3DRenderer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9a1196aae48162a456c7c56bf703a89972ade9b2 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu May 1 03:32:54 2014 +0200 fix build error Change-Id: Ia94ccbb5aefca48c1108dc029c5dcdd5161e947b diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx index 7af602f..09c904b 100644 --- a/chart2/source/view/inc/GL3DRenderer.hxx +++ b/chart2/source/view/inc/GL3DRenderer.hxx @@ -188,7 +188,7 @@ private: int RenderExtrudeFlatSurface(const Extrude3DInfo& extrude3D, int surIndex); int ProcessUnrenderedShape(); glm::vec4 GetColorByIndex(int index); - int GetIndexByColor(int r, int g, int b); + sal_uInt32 GetIndexByColor(sal_uInt32 r, sal_uInt32 g, sal_uInt32 b); int ProcessPickingBox(); int ProcessExtrude3DPickingBox(); void RenderCoordinateAxis(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits