summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-27 13:04:25 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 22:03:00 +0200
commit6cab99d79c30eb9805a23fdd45168f6f4d8e94f3 (patch)
treea1ee07dbdf4f9599d3d1438a052b004434652d69 /wizards
parent2fcb987a56e56341132d592e366f9a5403c29a41 (diff)
Java cleanup - remove meaningless comments
Change-Id: I26c2f112abd3421231f51e915a97391fa59907a0
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/DocumentPreview.java3
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.java3
-rw-r--r--wizards/com/sun/star/wizards/ui/UIConsts.java3
-rw-r--r--wizards/com/sun/star/wizards/ui/event/RadioDataAware.java3
-rw-r--r--wizards/com/sun/star/wizards/ui/event/Task.java3
-rw-r--r--wizards/com/sun/star/wizards/ui/event/TaskEvent.java3
-rw-r--r--wizards/com/sun/star/wizards/ui/event/TaskListener.java3
-rw-r--r--wizards/com/sun/star/wizards/web/BackgroundsDialog.java3
-rw-r--r--wizards/com/sun/star/wizards/web/ErrorHandler.java3
-rw-r--r--wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java3
-rw-r--r--wizards/com/sun/star/wizards/web/export/CopyExporter.java3
-rw-r--r--wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java3
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorLog.java3
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorReporter.java3
-rw-r--r--wizards/com/sun/star/wizards/web/status/LogTaskListener.java3
-rw-r--r--wizards/com/sun/star/wizards/web/status/Task.java3
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskEvent.java3
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskListener.java3
18 files changed, 0 insertions, 54 deletions
diff --git a/wizards/com/sun/star/wizards/ui/DocumentPreview.java b/wizards/com/sun/star/wizards/ui/DocumentPreview.java
index 8fa601a11509..df87b573d78d 100644
--- a/wizards/com/sun/star/wizards/ui/DocumentPreview.java
+++ b/wizards/com/sun/star/wizards/ui/DocumentPreview.java
@@ -32,9 +32,6 @@ import com.sun.star.wizards.common.PropertyNames;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class DocumentPreview
{
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.java b/wizards/com/sun/star/wizards/ui/PeerConfig.java
index 6cc4c64b4f0e..c506307f6b91 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.java
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.java
@@ -31,9 +31,6 @@ import com.sun.star.wizards.common.PropertyNames;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class PeerConfig implements XWindowListener
{
diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java
index ec85c9e86153..ec99ea96d556 100644
--- a/wizards/com/sun/star/wizards/ui/UIConsts.java
+++ b/wizards/com/sun/star/wizards/ui/UIConsts.java
@@ -20,9 +20,6 @@ package com.sun.star.wizards.ui;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface UIConsts
{
diff --git a/wizards/com/sun/star/wizards/ui/event/RadioDataAware.java b/wizards/com/sun/star/wizards/ui/event/RadioDataAware.java
index 51df0988bd19..6d255e76f8b2 100644
--- a/wizards/com/sun/star/wizards/ui/event/RadioDataAware.java
+++ b/wizards/com/sun/star/wizards/ui/event/RadioDataAware.java
@@ -23,9 +23,6 @@ import com.sun.star.uno.UnoRuntime;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class RadioDataAware extends DataAware
{
diff --git a/wizards/com/sun/star/wizards/ui/event/Task.java b/wizards/com/sun/star/wizards/ui/event/Task.java
index f4f5394792ac..9096dd138146 100644
--- a/wizards/com/sun/star/wizards/ui/event/Task.java
+++ b/wizards/com/sun/star/wizards/ui/event/Task.java
@@ -22,9 +22,6 @@ import java.util.List;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class Task
{
diff --git a/wizards/com/sun/star/wizards/ui/event/TaskEvent.java b/wizards/com/sun/star/wizards/ui/event/TaskEvent.java
index 3c8d3e6d47e1..24d38d2a5ba3 100644
--- a/wizards/com/sun/star/wizards/ui/event/TaskEvent.java
+++ b/wizards/com/sun/star/wizards/ui/event/TaskEvent.java
@@ -21,9 +21,6 @@ import java.util.EventObject;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class TaskEvent extends EventObject
{
diff --git a/wizards/com/sun/star/wizards/ui/event/TaskListener.java b/wizards/com/sun/star/wizards/ui/event/TaskListener.java
index 6e476d489ef0..0e4c8f6b51d4 100644
--- a/wizards/com/sun/star/wizards/ui/event/TaskListener.java
+++ b/wizards/com/sun/star/wizards/ui/event/TaskListener.java
@@ -21,9 +21,6 @@ import java.util.EventListener;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface TaskListener extends EventListener
{
diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.java b/wizards/com/sun/star/wizards/web/BackgroundsDialog.java
index d61ff7eb3a20..9322d735fb08 100644
--- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.java
+++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.java
@@ -32,9 +32,6 @@ import com.sun.star.wizards.web.data.CGSettings;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class BackgroundsDialog extends ImageListDialog
{
diff --git a/wizards/com/sun/star/wizards/web/ErrorHandler.java b/wizards/com/sun/star/wizards/web/ErrorHandler.java
index c3124074e4b4..198b703b1610 100644
--- a/wizards/com/sun/star/wizards/web/ErrorHandler.java
+++ b/wizards/com/sun/star/wizards/web/ErrorHandler.java
@@ -21,9 +21,6 @@ import com.sun.star.awt.VclWindowPeerAttribute;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface ErrorHandler
{
diff --git a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
index 8c6cc45986ee..cba353639d32 100644
--- a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
@@ -25,9 +25,6 @@ import com.sun.star.wizards.web.data.CGExporter;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class ConfiguredExporter extends FilterExporter
{
diff --git a/wizards/com/sun/star/wizards/web/export/CopyExporter.java b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
index 90fa81b8cda2..77249e766414 100644
--- a/wizards/com/sun/star/wizards/web/export/CopyExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
@@ -25,9 +25,6 @@ import com.sun.star.wizards.web.data.CGDocument;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class CopyExporter extends AbstractExporter
{
diff --git a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
index 203342dcf608..fcae0a51d288 100644
--- a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
@@ -26,9 +26,6 @@ import com.sun.star.wizards.web.data.CGSession;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class ImpressHTMLExporter extends ConfiguredExporter
{
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorLog.java b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
index d095e740e953..15d7057bb07d 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorLog.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
@@ -23,9 +23,6 @@ import java.util.List;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class ErrorLog implements ErrorReporter
{
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
index 87d7015c5313..e5aad2988b25 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
@@ -20,9 +20,6 @@ package com.sun.star.wizards.web.status;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface ErrorReporter
{
diff --git a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
index 2b54c49177fc..7b2898c0fd06 100644
--- a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
@@ -22,9 +22,6 @@ import java.io.PrintStream;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class LogTaskListener implements TaskListener
{
diff --git a/wizards/com/sun/star/wizards/web/status/Task.java b/wizards/com/sun/star/wizards/web/status/Task.java
index 92338b9a514e..0896e6ce7646 100644
--- a/wizards/com/sun/star/wizards/web/status/Task.java
+++ b/wizards/com/sun/star/wizards/web/status/Task.java
@@ -23,9 +23,6 @@ import java.util.List;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class Task
{
diff --git a/wizards/com/sun/star/wizards/web/status/TaskEvent.java b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
index c98ba81ec269..79965f2ae57c 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskEvent.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
@@ -22,9 +22,6 @@ import java.util.EventObject;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public class TaskEvent extends EventObject
{
diff --git a/wizards/com/sun/star/wizards/web/status/TaskListener.java b/wizards/com/sun/star/wizards/web/status/TaskListener.java
index 8f9c515c1b5e..1fec9b3159e3 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskListener.java
@@ -22,9 +22,6 @@ import java.util.EventListener;
/**
* @author rpiterman
- *
- * To change the template for this generated type comment go to
- * Window>Preferences>Java>Code Generation>Code and Comments
*/
public interface TaskListener extends EventListener
{