summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
diff options
context:
space:
mode:
authorAnurag Jain <anuragjainfzd@gmail.com>2012-10-01 14:10:03 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-10-01 14:10:03 +0200
commit37a2fa5d5a58628d317a2305965863dfe50f140e (patch)
tree3530022e65096c94795565c286203802acb261ac /odk/examples/DevelopersGuide/Charts/ChartInDraw.java
parent8e01b2aca4aad3c4f366b3f8d385b3dbe9aaa886 (diff)
fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
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&ouml;rn Milcke
- */
+// Create a spreadsheet add some data and add a chart
+
public class ChartInDraw
{
// ____________________