summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <paveljanik@apache.org>2012-11-15 08:45:12 +0000
committerPavel Janík <paveljanik@apache.org>2012-11-15 08:45:12 +0000
commitc3c4df7647d8d4ab1425bb3c7f38932c4adcbe74 (patch)
tree7d9e0602aad5471796154dd21610fff94c942b89
parent658c1d82654af635bfbd6790fab2da8664d163eb (diff)
Unname unused arguments to prevent compiler warnings.
Notes
Notes: merged as: 7c486ba2574486f886612b8c4c130c55acd7d93e
-rw-r--r--svx/source/svdraw/charthelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/charthelper.cxx b/svx/source/svdraw/charthelper.cxx
index 493ce648208f..a5942b73158b 100644
--- a/svx/source/svdraw/charthelper.cxx
+++ b/svx/source/svdraw/charthelper.cxx
@@ -136,8 +136,8 @@ drawinglayer::primitive2d::Primitive2DSequence ChartHelper::tryToGetChartContent
void ChartHelper::AdaptDefaultsForChart(
const uno::Reference < embed::XEmbeddedObject > & xEmbObj,
- bool bNoFillStyle,
- bool bNoLineStyle)
+ bool /* bNoFillStyle */,
+ bool /* bNoLineStyle */)
{
if( xEmbObj.is())
{