summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/ChartInDraw.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInDraw.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/ChartInDraw.java b/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
index 224997b75e9c..362c1b731c32 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
@@ -56,9 +56,8 @@ import com.sun.star.beans.UnknownPropertyException;
// __________ 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 ChartInDraw
{
// ____________________