[Libreoffice-commits] core.git: chart2/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed Apr 30 18:33:56 PDT 2014
chart2/source/view/inc/GL3DRenderer.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a1196aae48162a456c7c56bf703a89972ade9b2
Author: Markus Mohrhard <markus.mohrhard at 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();
More information about the Libreoffice-commits
mailing list