summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/Charts/CalcHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts/CalcHelper.java')
-rw-r--r--odk/examples/DevelopersGuide/Charts/CalcHelper.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/CalcHelper.java b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
index 9e5f7430fd34..ec0bea5f6306 100644
--- a/odk/examples/DevelopersGuide/Charts/CalcHelper.java
+++ b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
@@ -60,9 +60,8 @@ import com.sun.star.container.NoSuchElementException;
// __________ Implementation __________
-/** Helper for accessing a calc document
- @author Björn Milcke
- */
+// Helper for accessing a calc document
+
public class CalcHelper
{
public CalcHelper( XSpreadsheetDocument aDoc )