chart2/source/view/charttypes/GL3DBarChart.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5a9399a62873dae10e6486e8a6764b163283c0e1 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Fri May 16 08:40:11 2014 +0200 small hickup diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 68c9093..3697903 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -100,8 +100,8 @@ void GL3DBarChart::create3DShapes(const boost::ptr_vector<VDataSeries>& rDataSer float nXPos = nIndex * (nBarSizeX + nBarDistanceX); - glm::mat4 aScaleMatrix = glm::scale(nBarSizeX, nBarSizeY, static_cast<float>(0)); - glm::mat4 aTranslationMatrix = glm::translate(nXPos, nYPos, nVal); + glm::mat4 aScaleMatrix = glm::scale(nBarSizeX, nBarSizeY, nVal); + glm::mat4 aTranslationMatrix = glm::translate(nXPos, nYPos, static_cast<float>(0)); glm::mat4 aBarPosition = aTranslationMatrix * aScaleMatrix; maShapes.push_back(new opengl3D::Bar(mpRenderer.get(), aBarPosition, nColor, nId++)); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits