summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-01 03:32:54 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-01 03:32:54 +0200
commit9a1196aae48162a456c7c56bf703a89972ade9b2 (patch)
treeeab36dfaf5fe4b9ec0369ac163102ee6b79a4ae5 /chart2
parent37555c895319cef08e652dfe259ec50696def779 (diff)
fix build error
Change-Id: Ia94ccbb5aefca48c1108dc029c5dcdd5161e947b
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/GL3DRenderer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx
index 7af602f5acd6..09c904bfabf9 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();