[Libreoffice-commits] core.git: chart2/source
Caolán McNamara
caolanm at redhat.com
Sat May 24 10:10:05 PDT 2014
chart2/source/view/charttypes/GL3DBarChart.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f2a01771ea967c09ceeca47b6159bf993bd33773
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat May 24 18:09:29 2014 +0100
WaE: -Werror=unused-parameter
Change-Id: If24b57d3372f7b2310ee9d10315d647985393500
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index c9419c2..33d6510 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -289,7 +289,7 @@ void GL3DBarChart::clickedAt(const Point& rPos)
mpCamera->zoom(nId);
}
-void GL3DBarChart::mouseDragMove(const Point& rPos, sal_uInt16 nButtons)
+void GL3DBarChart::mouseDragMove(const Point& /*rPos*/, sal_uInt16 /*nButtons*/)
{
// fprintf(stderr, "drag move %ld %ld (0x%x)\n", rPos.X(), rPos.Y(), nButtons);
}
More information about the Libreoffice-commits
mailing list