summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/ChartInWriter.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInWriter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
index 34678a1eccad..d9585c31ff6c 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
@@ -86,7 +86,6 @@ public class ChartInWriter
// insert a new chart into the "Chart" sheet of the
// spreadsheet document
XChartDocument aChartDoc = aChartHelper.insertOLEChartInWriter(
- "BarChart",
aPos,
aExtent,
"com.sun.star.chart.AreaDiagram" );