diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-05 11:00:36 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-05 10:28:25 +0000 |
commit | 7fa183cb1a04120b37069c63166182065c3d975c (patch) | |
tree | 089d60ab2ffb5976d102b1f25b40fdc756cb4eb1 /chart2 | |
parent | 755a4838054050111f2118d0957041120831f5df (diff) |
loplugin:countusersofdefaultparams in chart2..desktop
Change-Id: Iaca94acd6ef91f07ed0c0085390500c418099dee
Reviewed-on: https://gerrit.libreoffice.org/27896
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/inc/GL3DBarChart.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx index 4fe03a5f1729..9269ce207db4 100644 --- a/chart2/source/view/inc/GL3DBarChart.hxx +++ b/chart2/source/view/inc/GL3DBarChart.hxx @@ -104,7 +104,7 @@ private: DECL_LINK_TYPED(UpdateTimerHdl, Idle*, void); static int calcTimeInterval(TimeValue &startTime, TimeValue &endTime); float addScreenTextShape(OUString &nStr, const glm::vec2& rLeftOrRightTop, float nTextHeight, bool bLeftTopFlag, - const glm::vec4& rColor = glm::vec4(0.0f, 1.0f, 1.0f, 0.0f), + const glm::vec4& rColor, const glm::vec3& rPos = glm::vec3(0.0f, 0.0f, 0.0f), sal_uInt32 nEvent = 0); void recordBarHistory(sal_uInt32 &nBarID, float &nVal); |