summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/ChartInCalc.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInCalc.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/ChartInCalc.java b/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
index 28e6266638fa..f5e4b116ac7d 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
@@ -66,9 +66,8 @@ import com.sun.star.util.MalformedNumberFormatException;
// __________ Implementation __________
-/** Create a spreadsheet add some data and add a chart
- @author Björn Milcke
- */
+// Create a spreadsheet add some data and add a chart
+
public class ChartInCalc
{
// ____________________