diff options
author | Anurag Jain <anuragjainfzd@gmail.com> | 2012-10-01 14:10:03 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-10-01 14:10:03 +0200 |
commit | 37a2fa5d5a58628d317a2305965863dfe50f140e (patch) | |
tree | 3530022e65096c94795565c286203802acb261ac /odk | |
parent | 8e01b2aca4aad3c4f366b3f8d385b3dbe9aaa886 (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')
64 files changed, 25 insertions, 183 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 ) diff --git a/odk/examples/DevelopersGuide/Charts/ChartHelper.java b/odk/examples/DevelopersGuide/Charts/ChartHelper.java index da61cb36377e..8f01b52aa426 100644 --- a/odk/examples/DevelopersGuide/Charts/ChartHelper.java +++ b/odk/examples/DevelopersGuide/Charts/ChartHelper.java @@ -57,9 +57,8 @@ import com.sun.star.awt.Size; // __________ Implementation __________ -/** Helper for creating an OLE chart - @author Björn Milcke - */ +// Helper for creating an OLE chart + public class ChartHelper { public ChartHelper( XModel aContainerDoc ) 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 { // ____________________ 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 { // ____________________ diff --git a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java index f23a4ea262bc..30ff75a7e060 100644 --- a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java +++ b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java @@ -63,7 +63,6 @@ import com.sun.star.beans.UnknownPropertyException; Thus, you can not activate the chart by double-clicking. The office may also crash when the document is closed! - @author Björn Milcke */ public class ChartInWriter { diff --git a/odk/examples/DevelopersGuide/Charts/Helper.java b/odk/examples/DevelopersGuide/Charts/Helper.java index 928acee220d9..6c7e2c316030 100644 --- a/odk/examples/DevelopersGuide/Charts/Helper.java +++ b/odk/examples/DevelopersGuide/Charts/Helper.java @@ -49,9 +49,8 @@ import com.sun.star.frame.XModel; // __________ Implementation __________ -/** Helper for creating a calc document adding cell values and charts - @author Björn Milcke - */ +// Helper for creating a calc document adding cell values and charts + public class Helper { public Helper( String[] args ) diff --git a/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java b/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java index 15484004dc03..27cf351be271 100644 --- a/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java +++ b/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java @@ -58,7 +58,6 @@ import com.sun.star.uno.Exception; /** Create a spreadsheet add some data. Create a presentation and add a chart. Connect the chart to a calc range via a listener - @author Björn Milcke */ public class ListenAtCalcRangeInDraw implements XChartDataChangeEventListener { diff --git a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java index b4ab571d7520..0f55fd1ddf00 100644 --- a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java +++ b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java @@ -66,8 +66,6 @@ import com.sun.star.awt.XWindow; * * Note: This example does not work in StarOffice 6.0. It will be available * in the StarOffice Accessibility release. - * - * @author Björn Milcke */ public class SelectionChangeListener implements XSelectionChangeListener { public static void main( String args[] ) { diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ImageShrink.java b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ImageShrink.java index 7da0e91ec1a7..6482e6e69ff4 100644 --- a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ImageShrink.java +++ b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ImageShrink.java @@ -41,12 +41,6 @@ package org.openoffice.comp.test; * Created on 4. Mai 2002, 20:25 */ - -/** - * - * @author dschulten - */ - import com.sun.star.lang.XSingleServiceFactory; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.comp.loader.FactoryHelper; diff --git a/odk/examples/DevelopersGuide/Config/ConfigExamples.java b/odk/examples/DevelopersGuide/Config/ConfigExamples.java index 5ea7fee09010..979075e82d52 100644 --- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java +++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java @@ -67,9 +67,7 @@ import com.sun.star.util.XChangesBatch; import com.sun.star.util.XChangesNotifier; import com.sun.star.util.XChangesListener; import com.sun.star.util.ChangesEvent; -/** Config examples - @author Joerg Barfurth - */ +// Config examples /* These examples show how to use the following features of the Config API: diff --git a/odk/examples/DevelopersGuide/Database/OpenQuery.java b/odk/examples/DevelopersGuide/Database/OpenQuery.java index 1b81ce27ac2a..765079b779b3 100644 --- a/odk/examples/DevelopersGuide/Database/OpenQuery.java +++ b/odk/examples/DevelopersGuide/Database/OpenQuery.java @@ -45,10 +45,6 @@ import com.sun.star.beans.XPropertySet; * Created on 6. Juli 2002, 10:25 */ -/** - * - * @author dschulten - */ public class OpenQuery { private XComponentContext xContext = null; diff --git a/odk/examples/DevelopersGuide/Drawing/ChangeOrderDemo.java b/odk/examples/DevelopersGuide/Drawing/ChangeOrderDemo.java index 7adbd41ba6a0..fd407358a00a 100644 --- a/odk/examples/DevelopersGuide/Drawing/ChangeOrderDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/ChangeOrderDemo.java @@ -51,9 +51,7 @@ import com.sun.star.drawing.XDrawPage; // __________ Implementation __________ -/** ChangeOrderDemo - @author Sven Jacobi - */ +// ChangeOrderDemo public class ChangeOrderDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java index 1628f0c59ff8..2af75e409c63 100644 --- a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java @@ -60,7 +60,6 @@ import com.sun.star.view.XSelectionSupplier; // __________ Implementation __________ /** ControlAndSelectDemo - @author Sven Jacobi A (GroupBox) ControlShape will be created. Finally the ControlShape will be inserted into a selection. diff --git a/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java b/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java index de42d7ce426e..88b09888eab3 100644 --- a/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java @@ -61,9 +61,7 @@ import com.sun.star.presentation.XCustomPresentationSupplier; // __________ Implementation __________ -/** presentation demo - @author Sven Jacobi - */ +// presentation demo // This demo will demonstrate how to create a CustomShow diff --git a/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java b/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java index 76cb9572bc3f..41780cfb6786 100644 --- a/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java @@ -53,9 +53,7 @@ import com.sun.star.frame.XController; // __________ Implementation __________ -/** text demo - @author Sven Jacobi - */ +// text demo public class DrawViewDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java b/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java index 78b4b981da7c..15cf5775b12b 100644 --- a/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java @@ -57,9 +57,7 @@ import java.util.Random; // __________ Implementation __________ -/** drawing demo - @author Sven Jacobi - */ +// drawing demo // This drawing demo will create/load a document, and show how to // handle pages and shapes using the Office API, diff --git a/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java b/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java index 132338870fee..be32f589106b 100644 --- a/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/FillAndLineStyleDemo.java @@ -53,9 +53,7 @@ import com.sun.star.awt.Size; // __________ Implementation __________ -/** FillStyle and LineStyle demo - @author Sven Jacobi - */ +// FillStyle and LineStyle demo public class FillAndLineStyleDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/GluePointDemo.java b/odk/examples/DevelopersGuide/Drawing/GluePointDemo.java index 2835770e2ae5..4b9b08f07b9b 100644 --- a/odk/examples/DevelopersGuide/Drawing/GluePointDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/GluePointDemo.java @@ -58,9 +58,7 @@ import com.sun.star.drawing.XGluePointsSupplier; // __________ Implementation __________ -/** GluePointDemo - @author Sven Jacobi - */ +// GluePointDemo public class GluePointDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/GraphicExportDemo.java b/odk/examples/DevelopersGuide/Drawing/GraphicExportDemo.java index c470c7cb6f1b..25aa1b3ed771 100644 --- a/odk/examples/DevelopersGuide/Drawing/GraphicExportDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/GraphicExportDemo.java @@ -46,9 +46,7 @@ import com.sun.star.drawing.XDrawPage; // __________ Implementation __________ -/** text demo - @author Sven Jacobi - */ +// text demo public class GraphicExportDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/LayerDemo.java b/odk/examples/DevelopersGuide/Drawing/LayerDemo.java index 005468ed037f..eec7171d5525 100644 --- a/odk/examples/DevelopersGuide/Drawing/LayerDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/LayerDemo.java @@ -57,9 +57,7 @@ import com.sun.star.drawing.XLayerSupplier; // __________ Implementation __________ -/** LayerDemo - @author Sven Jacobi - */ +// LayerDemo public class LayerDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/ObjectTransformationDemo.java b/odk/examples/DevelopersGuide/Drawing/ObjectTransformationDemo.java index 787c0434be7f..4b09ea0ec72b 100644 --- a/odk/examples/DevelopersGuide/Drawing/ObjectTransformationDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/ObjectTransformationDemo.java @@ -52,9 +52,7 @@ import java.awt.geom.AffineTransform; // __________ Implementation __________ -/** ObjectTransformationDemo - @author Sven Jacobi - */ +// ObjectTransformationDemo public class ObjectTransformationDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/Organigram.java b/odk/examples/DevelopersGuide/Drawing/Organigram.java index 03f6e541efc1..5b0bdf0f8b39 100644 --- a/odk/examples/DevelopersGuide/Drawing/Organigram.java +++ b/odk/examples/DevelopersGuide/Drawing/Organigram.java @@ -49,10 +49,6 @@ import com.sun.star.uno.XComponentContext; * Created on 6. Juli 2002, 10:25 */ -/** - * - * @author dschulten - */ public class Organigram { private XComponentContext xRemoteContext = null; diff --git a/odk/examples/DevelopersGuide/Drawing/PresentationDemo.java b/odk/examples/DevelopersGuide/Drawing/PresentationDemo.java index 88c100e877f3..652d8b51a0e8 100644 --- a/odk/examples/DevelopersGuide/Drawing/PresentationDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/PresentationDemo.java @@ -57,9 +57,7 @@ import com.sun.star.presentation.XPresentationSupplier; // __________ Implementation __________ -/** presentation demo - @author Sven Jacobi - */ +// presentation demo // This demo will demonstrate how to create a presentation using the Office API diff --git a/odk/examples/DevelopersGuide/Drawing/StyleDemo.java b/odk/examples/DevelopersGuide/Drawing/StyleDemo.java index 452526c1fcec..6196ad1d0727 100644 --- a/odk/examples/DevelopersGuide/Drawing/StyleDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/StyleDemo.java @@ -58,9 +58,7 @@ import com.sun.star.frame.XModel; // __________ Implementation __________ -/** StyleDemo - @author Sven Jacobi - */ +// StyleDemo public class StyleDemo { diff --git a/odk/examples/DevelopersGuide/Drawing/TextDemo.java b/odk/examples/DevelopersGuide/Drawing/TextDemo.java index 579f2167da09..9d97b0aea29a 100644 --- a/odk/examples/DevelopersGuide/Drawing/TextDemo.java +++ b/odk/examples/DevelopersGuide/Drawing/TextDemo.java @@ -56,9 +56,7 @@ import com.sun.star.style.ParagraphAdjust; // __________ Implementation __________ -/** text demo - @author Sven Jacobi - */ +// text demo public class TextDemo { diff --git a/odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent.java b/odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent.java index 6382c600a143..56a5447853f1 100644 --- a/odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent.java +++ b/odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent.java @@ -190,11 +190,6 @@ public class FirstLoadComponent { // import com.sun.star.uno.AnyConverter; - -// /** -// * -// * @author dschulten -// */ // public class FirstLoadComponent { // /** Creates a new instance of FirstLoadComponent */ diff --git a/odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape.java b/odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape.java index acbf18b32aaa..6d8ebd25fabe 100644 --- a/odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape.java +++ b/odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape.java @@ -58,10 +58,6 @@ import com.sun.star.drawing.XDrawPagesSupplier; import com.sun.star.drawing.XDrawPageSupplier; import com.sun.star.drawing.XDrawPage; -/** - * - * @author dschulten - */ public class HelloTextTableShape { private XComponentContext xRemoteContext = null; diff --git a/odk/examples/DevelopersGuide/Forms/BooleanValidator.java b/odk/examples/DevelopersGuide/Forms/BooleanValidator.java index 84e6a8a90d30..1237f068d2bd 100644 --- a/odk/examples/DevelopersGuide/Forms/BooleanValidator.java +++ b/odk/examples/DevelopersGuide/Forms/BooleanValidator.java @@ -32,10 +32,6 @@ * *************************************************************************/ -/** - * - * @author fs93730 - */ public class BooleanValidator extends ControlValidator { private boolean m_preventChecked; diff --git a/odk/examples/DevelopersGuide/Forms/ControlValidation.java b/odk/examples/DevelopersGuide/Forms/ControlValidation.java index 67d0cec1d255..ea92c1c3ca8f 100644 --- a/odk/examples/DevelopersGuide/Forms/ControlValidation.java +++ b/odk/examples/DevelopersGuide/Forms/ControlValidation.java @@ -18,10 +18,6 @@ import com.sun.star.beans.*; -/** - * - * @author fs@openoffice.org - */ public class ControlValidation extends DocumentBasedExample { /** Creates a new instance of ControlValidation */ diff --git a/odk/examples/DevelopersGuide/Forms/ControlValidator.java b/odk/examples/DevelopersGuide/Forms/ControlValidator.java index a626aba4ee41..a298776526fd 100644 --- a/odk/examples/DevelopersGuide/Forms/ControlValidator.java +++ b/odk/examples/DevelopersGuide/Forms/ControlValidator.java @@ -16,10 +16,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/** base class for components validating the content of form controls - * - * @author fs@openoffice.org - */ +// base class for components validating the content of form controls + public abstract class ControlValidator implements com.sun.star.form.validation.XValidator { diff --git a/odk/examples/DevelopersGuide/Forms/DateValidator.java b/odk/examples/DevelopersGuide/Forms/DateValidator.java index dc2cd5335833..05803e7a6704 100644 --- a/odk/examples/DevelopersGuide/Forms/DateValidator.java +++ b/odk/examples/DevelopersGuide/Forms/DateValidator.java @@ -17,11 +17,6 @@ */ - -/** - * - * @author fs@openoffice.org - */ public class DateValidator extends ControlValidator { diff --git a/odk/examples/DevelopersGuide/Forms/FormLayer.java b/odk/examples/DevelopersGuide/Forms/FormLayer.java index 58613add913e..1436591292a3 100644 --- a/odk/examples/DevelopersGuide/Forms/FormLayer.java +++ b/odk/examples/DevelopersGuide/Forms/FormLayer.java @@ -30,10 +30,6 @@ import com.sun.star.awt.XControlModel; import com.sun.star.text.TextContentAnchorType; import com.sun.star.drawing.XDrawPage; -/** - * - * @author fs@openoffice.org - */ public class FormLayer { private DocumentHelper m_document; diff --git a/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java b/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java index d967435163a8..01a364c8f3f9 100644 --- a/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java +++ b/odk/examples/DevelopersGuide/Forms/HsqlDatabase.java @@ -35,10 +35,6 @@ import java.io.File; import com.sun.star.util.CloseVetoException; -/** - * - * @author fs93730 - */ public class HsqlDatabase { XComponentContext m_context; diff --git a/odk/examples/DevelopersGuide/Forms/ListSelectionValidator.java b/odk/examples/DevelopersGuide/Forms/ListSelectionValidator.java index ca46ea61c6b6..d8ae2de9a470 100644 --- a/odk/examples/DevelopersGuide/Forms/ListSelectionValidator.java +++ b/odk/examples/DevelopersGuide/Forms/ListSelectionValidator.java @@ -16,10 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/** - * - * @author fs@openoffice.org - */ public class ListSelectionValidator extends ControlValidator { /** Creates a new instance of ListSelectionValidator */ diff --git a/odk/examples/DevelopersGuide/Forms/NumericValidator.java b/odk/examples/DevelopersGuide/Forms/NumericValidator.java index d12574d847f6..38a9972c7363 100644 --- a/odk/examples/DevelopersGuide/Forms/NumericValidator.java +++ b/odk/examples/DevelopersGuide/Forms/NumericValidator.java @@ -16,12 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - - -/** - * - * @author fs@openoffice.org - */ public class NumericValidator extends ControlValidator { diff --git a/odk/examples/DevelopersGuide/Forms/SingleControlValidation.java b/odk/examples/DevelopersGuide/Forms/SingleControlValidation.java index 0d24c6f04465..50b59640fae3 100644 --- a/odk/examples/DevelopersGuide/Forms/SingleControlValidation.java +++ b/odk/examples/DevelopersGuide/Forms/SingleControlValidation.java @@ -21,10 +21,6 @@ import com.sun.star.lang.*; import com.sun.star.beans.*; import com.sun.star.form.validation.*; -/** - * - * @author fs@openoffice.org - */ public class SingleControlValidation implements XFormComponentValidityListener { private DocumentHelper m_document; /// our current test document diff --git a/odk/examples/DevelopersGuide/Forms/SpreadsheetDocument.java b/odk/examples/DevelopersGuide/Forms/SpreadsheetDocument.java index 2e01786c1dc7..c722bf36a894 100644 --- a/odk/examples/DevelopersGuide/Forms/SpreadsheetDocument.java +++ b/odk/examples/DevelopersGuide/Forms/SpreadsheetDocument.java @@ -25,10 +25,6 @@ import com.sun.star.container.XIndexAccess; import com.sun.star.sheet.XSpreadsheetDocument; import com.sun.star.beans.NamedValue; -/** - * - * @author fs93730 - */ public class SpreadsheetDocument extends DocumentHelper { /** Creates a new blank spreadsheet document */ diff --git a/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java b/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java index 84bf52dfebf1..679c520f92c3 100644 --- a/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java +++ b/odk/examples/DevelopersGuide/Forms/SpreadsheetView.java @@ -27,10 +27,6 @@ import com.sun.star.frame.*; import com.sun.star.sheet.*; import com.sun.star.container.*; -/** - * - * @author fs93730 - */ public class SpreadsheetView extends DocumentViewHelper { diff --git a/odk/examples/DevelopersGuide/Forms/TextValidator.java b/odk/examples/DevelopersGuide/Forms/TextValidator.java index a5bfe07f589a..7901d76e2ec0 100644 --- a/odk/examples/DevelopersGuide/Forms/TextValidator.java +++ b/odk/examples/DevelopersGuide/Forms/TextValidator.java @@ -17,11 +17,6 @@ */ - -/** - * - * @author fs@openoffice.org - */ public class TextValidator extends ControlValidator { diff --git a/odk/examples/DevelopersGuide/Forms/TimeValidator.java b/odk/examples/DevelopersGuide/Forms/TimeValidator.java index 61fd89b0b243..81042294441a 100644 --- a/odk/examples/DevelopersGuide/Forms/TimeValidator.java +++ b/odk/examples/DevelopersGuide/Forms/TimeValidator.java @@ -17,11 +17,6 @@ */ - -/** - * - * @author fs@openoffice.org - */ public class TimeValidator extends ControlValidator { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java index 5b37832d46f2..6a618304de45 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java @@ -41,7 +41,6 @@ import java.awt.event.*; * Makes it possible to change some states of currently loaded * document (e.g. enable/disable menubar, toolbar, objectbar) * - * @author Andreas Schlüns */ public class CustomizeView extends JPanel implements IShutdownListener diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java index 5251eb5a2051..c565fe547698 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java @@ -41,7 +41,6 @@ import java.lang.String; /** * TODO * - * @author Andreas Schlüns */ public class Desk { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java index 37cc140a3dea..030d70e8da67 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java @@ -56,7 +56,6 @@ import java.awt.event.WindowEvent; * inside the global "ViewContainer" of this java * demo application which holds all opened views alive. * - * @author Andreas Schlüns */ public class DocumentView extends JFrame implements com.sun.star.lang.XEventListener, // react for Frame::disposing() diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index 31d4522260ff..98480189c3d2 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -58,8 +58,6 @@ import java.net.*; * There exist some other helper functionality too, which * doesn't use or demonstrate the office api: * (a) getting file names by using a file chosser - * - * @author Andreas Schlüns */ public class FunctionHelper { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java index 14a1018bbdf8..180137c9f61c 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java @@ -45,7 +45,6 @@ import java.util.Vector; * interface. It get the object, which whis to be called back and the type and * parameter of the original request. * - * @author Andreas Schlüns */ public interface IOnewayLink { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java index c3b13e71ed20..de9ac9fa43f2 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java @@ -38,7 +38,6 @@ * Listener interface to get information about application shutdown * if java virtual machine dies. * - * @author Andreas Schlüns */ public interface IShutdownListener { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java index 7b2aa68a8e96..69e218a25b85 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java @@ -54,8 +54,6 @@ import com.sun.star.uno.UnoRuntime; * synchronous/asynchronous ... normal ones and oneway calls are mixed. * Notifications of listener will be oneway mostly - her reactions can * be synchronous then. => deadlocks are possible - * - * @author Andreas Schlüns */ public class Interceptor implements com.sun.star.frame.XFrameActionListener, com.sun.star.frame.XDispatchProviderInterceptor, diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java index 307f3e65ca69..1d405b9e62a3 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java @@ -46,7 +46,6 @@ import java.awt.*; * Use JNI functions on already visible canvas objects only! * Otherwise they can make some trouble. * - * @author Andreas Schlüns */ public class NativeView extends java.awt.Canvas diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java index cc840cb95ea3..c76d1e4c1525 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java @@ -49,7 +49,6 @@ import java.lang.String; * "getConnection()" to open or use internal set connection which is created one * times only. * - * @author Andreas Schlüns */ public class OfficeConnect { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java index 54b58309538e..0f48ede996ae 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java @@ -45,7 +45,6 @@ import java.util.Vector; * of oneway request. Because the source and the target of this call-link knows, * which method was used and which parameters must be handled. * - * @author Andreas Schlüns */ class OnewayExecutor extends Thread { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java index b6dec65544a4..58ce8a2f178d 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java @@ -61,7 +61,6 @@ import com.sun.star.uno.UnoRuntime; * And it's not allowed to call back synchronously there. * So we must start threads for updating something internaly. * - * @author Andreas Schlüns */ class StatusListener implements com.sun.star.frame.XStatusListener, com.sun.star.frame.XFrameActionListener, diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java index c250940b379d..40f8c58db9bf 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java @@ -57,7 +57,6 @@ import java.lang.String; * inside the office process and so exist different threads * for this constallation. * - * @author Andreas Schlüns */ public class StatusView extends JPanel implements IShutdownListener diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java index fb3e675820ae..356ee0772791 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java @@ -46,7 +46,6 @@ import java.util.*; * some global functionality - like termination of * this demo application. * - * @author Andreas Schlüns */ public class ViewContainer extends Thread { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java b/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java index 18dc21b5a565..963ced576d43 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java @@ -41,8 +41,6 @@ import com.sun.star.frame.XComponentLoader; import com.sun.star.text.XTextDocument; /* - * - * @author Carsten Driesner * Provides example code how to enable/disable * commands. */ diff --git a/odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java b/odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java index de05e4caa2f1..f3369c3e0d14 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java @@ -50,7 +50,6 @@ import com.sun.star.uno.XComponentContext; /** Create a spreadsheet document and provide access to a sheet framework that is then used to modify some number formats. - @author Eike Rathke */ public class Number_Formats { diff --git a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java index 97beab0c8627..49bbd9db82bd 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java +++ b/odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java @@ -48,7 +48,6 @@ import java.lang.String; * ctor isn't available from outside. You should call static function "getConnection()" * to open or use internal set connection which is created one times only. * - * @author Andreas Schlüns */ public class OfficeConnect { diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java b/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java index 8270599a1e16..34858994f369 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java @@ -38,8 +38,6 @@ import com.sun.star.lang.XMultiComponentFactory; import com.sun.star.beans.XPropertySet; /* - * - * @author Carsten Driesner * Provides example code how to access and use the * path pathsettings servce. */ diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java index 22b6a82bec9d..e878b479813a 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java @@ -37,9 +37,6 @@ import com.sun.star.uno.XComponentContext; import com.sun.star.lang.XMultiComponentFactory; import com.sun.star.util.XStringSubstitution; -/* - * @author Carsten Driesner - */ public class PathSubstitutionTest extends java.lang.Object { /* diff --git a/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminateListener.java b/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminateListener.java index 65343e967c69..ceded40f2e61 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminateListener.java +++ b/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminateListener.java @@ -35,10 +35,6 @@ import com.sun.star.frame.TerminationVetoException; import com.sun.star.frame.XTerminateListener; -/** - * - * @author dschulten - */ public class TerminateListener implements XTerminateListener { public void notifyTermination(com.sun.star.lang.EventObject eventObject) { diff --git a/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java b/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java index 8c0a0c556cbe..7ee55ab85bd4 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java @@ -37,10 +37,6 @@ import com.sun.star.uno.XComponentContext; import com.sun.star.lang.XMultiComponentFactory; import com.sun.star.frame.XDesktop; -/** - * - * @author dschulten - */ public class TerminationTest extends java.lang.Object { private static boolean atWork = false; diff --git a/odk/examples/DevelopersGuide/Text/TextDocuments.java b/odk/examples/DevelopersGuide/Text/TextDocuments.java index 5a3515e7d267..13e68967131b 100644 --- a/odk/examples/DevelopersGuide/Text/TextDocuments.java +++ b/odk/examples/DevelopersGuide/Text/TextDocuments.java @@ -114,10 +114,6 @@ import java.util.Hashtable; * Created on 11. April 2002, 08:47 */ -/** - * - * @author Martin Gallwey, Dietrich Schulten - */ public class TextDocuments { // adjust these constant to your local printer! private static String sOutputDir; diff --git a/odk/examples/java/Inspector/MethodParametersDialog.java b/odk/examples/java/Inspector/MethodParametersDialog.java index 2f7c63ef8b1d..8a261b1d98b6 100644 --- a/odk/examples/java/Inspector/MethodParametersDialog.java +++ b/odk/examples/java/Inspector/MethodParametersDialog.java @@ -49,9 +49,6 @@ import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; -/** - * @author bc93774 - */ public class MethodParametersDialog extends JDialog{ private javax.swing.JPanel jPnlParamContainer; private ParameterPanel[] m_aParameterPanels; diff --git a/odk/examples/java/Inspector/XTreePathProvider.java b/odk/examples/java/Inspector/XTreePathProvider.java index 99d54bf5bad7..90ab022632f9 100644 --- a/odk/examples/java/Inspector/XTreePathProvider.java +++ b/odk/examples/java/Inspector/XTreePathProvider.java @@ -25,10 +25,6 @@ * and open the template in the editor. */ -/** - * - * @author bc93774 - */ public interface XTreePathProvider { public XUnoNode getLastPathComponent(); diff --git a/odk/examples/java/Spreadsheet/ChartTypeChange.java b/odk/examples/java/Spreadsheet/ChartTypeChange.java index 1a86ee3d0b97..7b14ab3716f9 100644 --- a/odk/examples/java/Spreadsheet/ChartTypeChange.java +++ b/odk/examples/java/Spreadsheet/ChartTypeChange.java @@ -70,7 +70,6 @@ import com.sun.star.uno.XComponentContext; /** This class loads an OpenOffice.org Calc document and changes the type of the * embedded chart. - * @author Bertram Nolte */ public class ChartTypeChange { |