diff options
138 files changed, 32 insertions, 421 deletions
diff --git a/android/abs-lib/src/com/actionbarsherlock/ActionBarSherlock.java b/android/abs-lib/src/com/actionbarsherlock/ActionBarSherlock.java index 8340fb591bf8..8b5eebfc9e47 100755 --- a/android/abs-lib/src/com/actionbarsherlock/ActionBarSherlock.java +++ b/android/abs-lib/src/com/actionbarsherlock/ActionBarSherlock.java @@ -35,8 +35,6 @@ import com.actionbarsherlock.view.MenuItem; * <p>This class will manage interaction with a custom action bar based on the
* Android 4.0 source code. The exposed API mirrors that of its native
* counterpart and you should refer to its documentation for instruction.</p>
- *
- * @author Jake Wharton <jakewharton@gmail.com>
*/
public abstract class ActionBarSherlock {
protected static final String TAG = "ActionBarSherlock";
diff --git a/android/experimental/DocumentLoader/src/com/polites/android/Animation.java b/android/experimental/DocumentLoader/src/com/polites/android/Animation.java index 993620893f91..a0d218b1e552 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/Animation.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/Animation.java @@ -15,10 +15,6 @@ */ package com.polites.android; -/** - * @author Jason Polites - * - */ public interface Animation { /** diff --git a/android/experimental/DocumentLoader/src/com/polites/android/Animator.java b/android/experimental/DocumentLoader/src/com/polites/android/Animator.java index fb0728b7bf13..6fc82f127503 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/Animator.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/Animator.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public class Animator extends Thread { private GestureImageView view; diff --git a/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimation.java b/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimation.java index 3124b6201464..9afd54969b50 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimation.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimation.java @@ -15,10 +15,6 @@ */ package com.polites.android; -/** - * @author Jason Polites - * - */ public class FlingAnimation implements Animation { private float velocityX; diff --git a/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimationListener.java b/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimationListener.java index b9611d51c040..8f0dd3d77e79 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimationListener.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/FlingAnimationListener.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public interface FlingAnimationListener { public void onMove(float x, float y); diff --git a/android/experimental/DocumentLoader/src/com/polites/android/GestureImageViewListener.java b/android/experimental/DocumentLoader/src/com/polites/android/GestureImageViewListener.java index 4a52358216d5..487620a7c225 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/GestureImageViewListener.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/GestureImageViewListener.java @@ -15,10 +15,6 @@ */ package com.polites.android; -/** - * @author jasonpolites - * - */ public interface GestureImageViewListener { public void onTouch(float x, float y); diff --git a/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimation.java b/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimation.java index 5303d646672b..8cdebb61838a 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimation.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimation.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public class MoveAnimation implements Animation { private boolean firstFrame = true; diff --git a/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimationListener.java b/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimationListener.java index a19a265e5844..4574caa3a938 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimationListener.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/MoveAnimationListener.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public interface MoveAnimationListener { public void onMove(float x, float y); diff --git a/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimation.java b/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimation.java index 673b7f9cb148..c709a1b7b513 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimation.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimation.java @@ -17,11 +17,6 @@ package com.polites.android; import android.graphics.PointF; - -/** - * @author Jason Polites - * - */ public class ZoomAnimation implements Animation { private boolean firstFrame = true; diff --git a/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimationListener.java b/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimationListener.java index 8df4bf641952..21b6ec9a6fb0 100644 --- a/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimationListener.java +++ b/android/experimental/DocumentLoader/src/com/polites/android/ZoomAnimationListener.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public interface ZoomAnimationListener { public void onZoom(float scale, float x, float y); public void onComplete(); diff --git a/android/experimental/GSoC-2012-eclipse-workspace/TextturePage/src/libreoffice/android/ui/Mesh.java b/android/experimental/GSoC-2012-eclipse-workspace/TextturePage/src/libreoffice/android/ui/Mesh.java index 5f3229119bcd..d747e2ebf138 100644 --- a/android/experimental/GSoC-2012-eclipse-workspace/TextturePage/src/libreoffice/android/ui/Mesh.java +++ b/android/experimental/GSoC-2012-eclipse-workspace/TextturePage/src/libreoffice/android/ui/Mesh.java @@ -30,9 +30,6 @@ import android.util.Log; /** * Mesh is a base class for 3D objects making it easier to create and maintain * new primitives. - * - * @author Per-Erik Bergman (per-erik.bergman@jayway.com) - * */ public class Mesh { // Our vertex buffer. @@ -259,4 +256,4 @@ public class Mesh { GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, mBitmap, 0); Log.d("gl-load-texture", Integer.toString(mTextureId) ); } -}
\ No newline at end of file +} diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/Animation.java b/android/experimental/LibreOffice4Android/src/com/polites/android/Animation.java index 993620893f91..a0d218b1e552 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/Animation.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/Animation.java @@ -15,10 +15,6 @@ */ package com.polites.android; -/** - * @author Jason Polites - * - */ public interface Animation { /** diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/Animator.java b/android/experimental/LibreOffice4Android/src/com/polites/android/Animator.java index fb0728b7bf13..6fc82f127503 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/Animator.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/Animator.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public class Animator extends Thread { private GestureImageView view; diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimation.java b/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimation.java index 3124b6201464..9afd54969b50 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimation.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimation.java @@ -15,10 +15,6 @@ */ package com.polites.android; -/** - * @author Jason Polites - * - */ public class FlingAnimation implements Animation { private float velocityX; diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimationListener.java b/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimationListener.java index b9611d51c040..8f0dd3d77e79 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimationListener.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/FlingAnimationListener.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public interface FlingAnimationListener { public void onMove(float x, float y); diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/FlingListener.java b/android/experimental/LibreOffice4Android/src/com/polites/android/FlingListener.java index ab3007a14b00..cf6f45bc2875 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/FlingListener.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/FlingListener.java @@ -18,11 +18,6 @@ package com.polites.android; import android.view.GestureDetector.SimpleOnGestureListener; import android.view.MotionEvent; - -/** - * @author Jason Polites - * - */ public class FlingListener extends SimpleOnGestureListener { private float velocityX; diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/GestureImageViewListener.java b/android/experimental/LibreOffice4Android/src/com/polites/android/GestureImageViewListener.java index 4a52358216d5..487620a7c225 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/GestureImageViewListener.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/GestureImageViewListener.java @@ -15,10 +15,6 @@ */ package com.polites.android; -/** - * @author jasonpolites - * - */ public interface GestureImageViewListener { public void onTouch(float x, float y); diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimation.java b/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimation.java index 5303d646672b..8cdebb61838a 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimation.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimation.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public class MoveAnimation implements Animation { private boolean firstFrame = true; diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimationListener.java b/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimationListener.java index a19a265e5844..4574caa3a938 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimationListener.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/MoveAnimationListener.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public interface MoveAnimationListener { public void onMove(float x, float y); diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimation.java b/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimation.java index 673b7f9cb148..c709a1b7b513 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimation.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimation.java @@ -17,11 +17,6 @@ package com.polites.android; import android.graphics.PointF; - -/** - * @author Jason Polites - * - */ public class ZoomAnimation implements Animation { private boolean firstFrame = true; diff --git a/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimationListener.java b/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimationListener.java index 8df4bf641952..21b6ec9a6fb0 100644 --- a/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimationListener.java +++ b/android/experimental/LibreOffice4Android/src/com/polites/android/ZoomAnimationListener.java @@ -15,11 +15,6 @@ */ package com.polites.android; - -/** - * @author Jason Polites - * - */ public interface ZoomAnimationListener { public void onZoom(float scale, float x, float y); public void onComplete(); diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java b/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java index ba8cc9887a7a..f7846b01bfdd 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java +++ b/android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java @@ -21,8 +21,6 @@ import android.support.v4.content.LocalBroadcastManager; /** * Standard Network client. Connects to a server using Sockets. - * - * @author Andrzej J.R. Hunt */ public class BluetoothClient extends Client { @@ -88,4 +86,4 @@ public class BluetoothClient extends Client { } } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/Client.java b/android/sdremote/src/org/libreoffice/impressremote/communication/Client.java index 5e6a50b937f1..4f90eb246091 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/communication/Client.java +++ b/android/sdremote/src/org/libreoffice/impressremote/communication/Client.java @@ -22,8 +22,6 @@ import android.content.Intent; * transport medium you must provide input and output streams ( * <code>mInputStream</code> and <code>mOutputStream</code> before calling any * methods. - * - * @author Andrzej J.R. Hunt */ public abstract class Client { @@ -139,4 +137,4 @@ public abstract class Client { } } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/NetworkClient.java b/android/sdremote/src/org/libreoffice/impressremote/communication/NetworkClient.java index ff49a537a567..3da51544d3a1 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/communication/NetworkClient.java +++ b/android/sdremote/src/org/libreoffice/impressremote/communication/NetworkClient.java @@ -22,8 +22,6 @@ import android.support.v4.content.LocalBroadcastManager; /** * Standard Network client. Connects to a server using Sockets. - * - * @author Andrzej J.R. Hunt */ public class NetworkClient extends Client { @@ -133,4 +131,4 @@ public class NetworkClient extends Client { } } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java b/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java index 1a9560456f92..480324e64fb5 100644 --- a/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java +++ b/android/sdremote/src/org/libreoffice/impressremote/communication/Transmitter.java @@ -12,8 +12,6 @@ import android.graphics.Color; /** * Interface to send commands to the server. - * - * @author Andrzej J.R. Hunt */ public class Transmitter { @@ -68,4 +66,4 @@ public class Transmitter { mClient.sendCommand("presentation_stop\n\n"); } } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/android/sdremote/src/pl/polidea/coverflow/CoverFlow.java b/android/sdremote/src/pl/polidea/coverflow/CoverFlow.java index 88f0da6d3623..1328d45294f2 100644 --- a/android/sdremote/src/pl/polidea/coverflow/CoverFlow.java +++ b/android/sdremote/src/pl/polidea/coverflow/CoverFlow.java @@ -16,7 +16,6 @@ * This code is base on the Android Gallery widget and was Created * by Neil Davies neild001 'at' gmail dot com to be a Coverflow widget * - * @author Neil Davies */ package pl.polidea.coverflow; @@ -385,4 +384,4 @@ public class CoverFlow extends Gallery { } } -}
\ No newline at end of file +} diff --git a/android/sdremote/src/pl/polidea/coverflow/ReflectingImageAdapter.java b/android/sdremote/src/pl/polidea/coverflow/ReflectingImageAdapter.java index f16c11259da4..009a69b34ccb 100644 --- a/android/sdremote/src/pl/polidea/coverflow/ReflectingImageAdapter.java +++ b/android/sdremote/src/pl/polidea/coverflow/ReflectingImageAdapter.java @@ -32,9 +32,6 @@ import android.graphics.Shader.TileMode; /** * This adapter provides reflected images from linked adapter. - * - * @author potiuk - * */ public class ReflectingImageAdapter extends AbstractCoverFlowImageAdapter { diff --git a/comphelper/qa/complex/comphelper/Map.java b/comphelper/qa/complex/comphelper/Map.java index d64834797623..84304d2f87bf 100644 --- a/comphelper/qa/complex/comphelper/Map.java +++ b/comphelper/qa/complex/comphelper/Map.java @@ -52,8 +52,6 @@ import org.openoffice.test.OfficeConnection; import static org.junit.Assert.*; /** complex test case for the css.container.Map implementation - * - * @author frank.schoenheit@sun.com */ public class Map /* extends complexlib.ComplexTestCase */ { diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java index 7b546f402e15..62e17e252a2c 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.java @@ -23,10 +23,6 @@ package com.sun.star.sdbcx.comp.hsqldb; -/** - * - * @author Ocke - */ public class NativeInputStreamHelper extends java.io.InputStream{ private String key; private String file; diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java index 53fc9126c69f..922e7111355a 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.java @@ -24,10 +24,6 @@ package com.sun.star.sdbcx.comp.hsqldb; -/** - * - * @author oj93728 - */ public class NativeOutputStreamHelper extends java.io.OutputStream{ private String key; diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java index dee7a3564aeb..2c0e616ae3da 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java @@ -23,11 +23,6 @@ package com.sun.star.sdbcx.comp.hsqldb; -/** - * - * @author oj93728 - */ - public class NativeStorageAccess { static { NativeLibraries.load(); } diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java index 89fd15e920ff..71629ec9f561 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java @@ -25,10 +25,6 @@ package com.sun.star.sdbcx.comp.hsqldb; import org.hsqldb.lib.FileAccess; import org.hsqldb.lib.FileSystemRuntimeException; -/** - * - * @author oj93728 - */ public class StorageFileAccess implements org.hsqldb.lib.FileAccess{ static { NativeLibraries.load(); } diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java index b40f5f6eda7f..bea6af9375d7 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java @@ -23,10 +23,6 @@ package com.sun.star.sdbcx.comp.hsqldb; -/** - * - * @author Ocke - */ public class StorageNativeInputStream { static { NativeLibraries.load(); } diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java index 445669a16c10..de22fc41922c 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java @@ -24,10 +24,6 @@ package com.sun.star.sdbcx.comp.hsqldb; -/** - * - * @author oj93728 - */ public class StorageNativeOutputStream { static { NativeLibraries.load(); } diff --git a/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java b/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java index f38fdfec9029..5830d5eb48f2 100644 --- a/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java +++ b/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java @@ -26,8 +26,6 @@ package org.hsqldb.lib; /** is a RuntimeException which indicates failure during basic IO * operations in a FileAccess implementation. * - * @author frank.schoenheit@sun.com - * * @version 1.8.0.8 * @since 1.8.0.8 */ @@ -61,4 +59,4 @@ public class FileSystemRuntimeException extends java.lang.RuntimeException { public final int getErrorCode() { return errorCode; } -}
\ No newline at end of file +} diff --git a/connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData.java b/connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData.java index a07b0e5d0c3b..65bf5cfb4e72 100644 --- a/connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData.java +++ b/connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData.java @@ -22,10 +22,6 @@ * Created on June 23, 2003, 3:19 PM */ -/** - * - * @author oj93728 - */ package complex.connectivity.hsqldb; import complex.connectivity.HsqlDriverTest; import java.sql.*; diff --git a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java index 3fd7388368fe..6fa5bafa026f 100644 --- a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java +++ b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java @@ -62,7 +62,6 @@ import com.sun.star.sdbc.*; * * This test now incorporates the defunct TestTextTables * - * @author fredt@users * @version 1.7.2 * @since 1.7.0 */ diff --git a/connectivity/qa/connectivity/tools/AbstractDatabase.java b/connectivity/qa/connectivity/tools/AbstractDatabase.java index c3895081f51f..28d05dd7c73d 100644 --- a/connectivity/qa/connectivity/tools/AbstractDatabase.java +++ b/connectivity/qa/connectivity/tools/AbstractDatabase.java @@ -32,10 +32,6 @@ import com.sun.star.util.CloseVetoException; import connectivity.tools.sdb.Connection; import java.io.File; -/** - * - * @author oj93728 - */ public abstract class AbstractDatabase implements DatabaseAccess { public AbstractDatabase(final XMultiServiceFactory orb) throws Exception diff --git a/connectivity/qa/connectivity/tools/DatabaseAccess.java b/connectivity/qa/connectivity/tools/DatabaseAccess.java index cf10f06fd994..347faa46e289 100644 --- a/connectivity/qa/connectivity/tools/DatabaseAccess.java +++ b/connectivity/qa/connectivity/tools/DatabaseAccess.java @@ -24,10 +24,6 @@ import com.sun.star.sdb.XOfficeDatabaseDocument; import com.sun.star.sdbc.SQLException; import connectivity.tools.sdb.Connection; -/** - * - * @author oj93728 - */ public interface DatabaseAccess { Connection defaultConnection() throws SQLException; diff --git a/connectivity/qa/connectivity/tools/HsqlDatabase.java b/connectivity/qa/connectivity/tools/HsqlDatabase.java index 851d0e38ac8c..0ea5e0d23725 100644 --- a/connectivity/qa/connectivity/tools/HsqlDatabase.java +++ b/connectivity/qa/connectivity/tools/HsqlDatabase.java @@ -35,10 +35,6 @@ import java.util.Iterator; import java.util.Set; import java.io.File; -/** - * - * @author fs93730 - */ public class HsqlDatabase extends AbstractDatabase { diff --git a/embeddedobj/test/Container1/NativeView.java b/embeddedobj/test/Container1/NativeView.java index 0d41ea3bdf1a..cd3e0f858d91 100644 --- a/embeddedobj/test/Container1/NativeView.java +++ b/embeddedobj/test/Container1/NativeView.java @@ -33,7 +33,6 @@ import java.awt.event.*; * 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/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java b/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java index 19c78d0d5f6a..deb1422a28ef 100644 --- a/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java +++ b/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java @@ -38,10 +38,6 @@ import org.openoffice.test.OfficeConnection; import static org.junit.Assert.*; // ------------------------------------------ -/** - * - * @author cn93815 - */ public class TypeDetection6FileFormat { diff --git a/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/Base64.java b/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/Base64.java index 43e3f2525331..0d0f331d3200 100644 --- a/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/Base64.java +++ b/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/Base64.java @@ -98,8 +98,6 @@ package com.sun.star.comp.xsltfilter; * periodically to check for updates or to contribute improvements. * </p> * - * @author Robert Harder - * @author rob@iharder.net * @version 2.2.2 */ public class Base64 diff --git a/forms/qa/integration/forms/BooleanValidator.java b/forms/qa/integration/forms/BooleanValidator.java index 5b03398ed2f0..d69ee588390d 100644 --- a/forms/qa/integration/forms/BooleanValidator.java +++ b/forms/qa/integration/forms/BooleanValidator.java @@ -24,10 +24,6 @@ package integration.forms; -/** - * - * @author fs93730 - */ public class BooleanValidator extends integration.forms.ControlValidator { private boolean m_preventChecked; diff --git a/forms/qa/integration/forms/CellBinding.java b/forms/qa/integration/forms/CellBinding.java index ea77d0f5a528..7dc9408c011e 100644 --- a/forms/qa/integration/forms/CellBinding.java +++ b/forms/qa/integration/forms/CellBinding.java @@ -38,10 +38,6 @@ import com.sun.star.sheet.XCellRangeFormula; import com.sun.star.table.CellRangeAddress; import com.sun.star.text.XTextRange; -/** - * - * @author fs93730 - */ public class CellBinding extends complexlib.ComplexTestCase { /** the test document our form layer lives in */ diff --git a/forms/qa/integration/forms/ImageComparison.java b/forms/qa/integration/forms/ImageComparison.java index 119039775938..f604fd3e7832 100644 --- a/forms/qa/integration/forms/ImageComparison.java +++ b/forms/qa/integration/forms/ImageComparison.java @@ -24,10 +24,6 @@ package integration.forms; -/** - * - * @author fs93730 - */ public final class ImageComparison implements com.sun.star.awt.XImageConsumer { diff --git a/forms/qa/integration/forms/SpreadsheetDocument.java b/forms/qa/integration/forms/SpreadsheetDocument.java index 8947064dfdee..cd653a773231 100644 --- a/forms/qa/integration/forms/SpreadsheetDocument.java +++ b/forms/qa/integration/forms/SpreadsheetDocument.java @@ -29,10 +29,6 @@ import com.sun.star.sheet.XSpreadsheetDocument; import com.sun.star.sheet.XSpreadsheets; import com.sun.star.beans.NamedValue; -/** - * - * @author fs93730 - */ public class SpreadsheetDocument extends DocumentHelper { /** Creates a new blank spreadsheet document */ diff --git a/forms/qa/integration/forms/SpreadsheetView.java b/forms/qa/integration/forms/SpreadsheetView.java index c4337ea188b0..fd958d5d478f 100644 --- a/forms/qa/integration/forms/SpreadsheetView.java +++ b/forms/qa/integration/forms/SpreadsheetView.java @@ -31,10 +31,6 @@ import com.sun.star.container.*; import integration.forms.DocumentHelper; -/** - * - * @author fs93730 - */ public class SpreadsheetView extends integration.forms.DocumentViewHelper { diff --git a/forms/qa/org/openoffice/complex/forms/tools/ResultSet.java b/forms/qa/org/openoffice/complex/forms/tools/ResultSet.java index df5a2ff5bf58..6bfc7700c26a 100644 --- a/forms/qa/org/openoffice/complex/forms/tools/ResultSet.java +++ b/forms/qa/org/openoffice/complex/forms/tools/ResultSet.java @@ -37,10 +37,6 @@ import com.sun.star.util.Date; import com.sun.star.util.DateTime; import com.sun.star.util.Time; -/** - * - * @author frank.schoenheit@sun.com - */ public class ResultSet implements XResultSet, XRow { private final XResultSet m_resultSet; diff --git a/forms/qa/org/openoffice/xforms/Instance.java b/forms/qa/org/openoffice/xforms/Instance.java index 5e4e04741995..ec99b551296d 100644 --- a/forms/qa/org/openoffice/xforms/Instance.java +++ b/forms/qa/org/openoffice/xforms/Instance.java @@ -11,10 +11,6 @@ import com.sun.star.xml.dom.XNode; import com.sun.star.xml.dom.XNodeList; import java.util.NoSuchElementException; -/** - * - * @author fs93730 - */ public class Instance { private Model m_model; diff --git a/forms/qa/org/openoffice/xforms/Model.java b/forms/qa/org/openoffice/xforms/Model.java index dba329f5e3f9..b96eb9e1d5cb 100644 --- a/forms/qa/org/openoffice/xforms/Model.java +++ b/forms/qa/org/openoffice/xforms/Model.java @@ -29,10 +29,6 @@ import com.sun.star.xforms.XFormsUIHelper1; import com.sun.star.xforms.XModel; import com.sun.star.xml.dom.XNode; -/** encapsulates an XForms model - * - * @author fs93730 - */ public class Model { private XModel m_model; diff --git a/forms/qa/org/openoffice/xforms/XMLDocument.java b/forms/qa/org/openoffice/xforms/XMLDocument.java index c5c153586842..e71e75540c11 100644 --- a/forms/qa/org/openoffice/xforms/XMLDocument.java +++ b/forms/qa/org/openoffice/xforms/XMLDocument.java @@ -35,10 +35,6 @@ import com.sun.star.xforms.XFormsUIHelper1; import com.sun.star.xforms.XModel; import integration.forms.DocumentType; -/** - * - * @author fs93730 - */ public class XMLDocument extends integration.forms.DocumentHelper { private XFormsSupplier m_formsSupplier; diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java index f575927d2c1e..1557bfde5a15 100644 --- a/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java +++ b/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java @@ -24,11 +24,6 @@ package com.sun.star.lib.uno.adapter; -/** - * - * @author lo119109 - */ - import com.sun.star.io.XInputStream; import com.sun.star.io.XSeekable; import com.sun.star.lib.uno.helper.ComponentBase; diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter.java index f78e4a500852..37df094a228b 100644 --- a/javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter.java +++ b/javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter.java @@ -27,8 +27,6 @@ import java.io.InputStream; * <code>InputStream</code>. This allows users to access * an <code>XInputStream</code> as if it were an * <code>InputStream</code>. - * - * @author Brian Cameron */ public class XInputStreamToInputStreamAdapter extends InputStream { diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java index ca401532fc97..c2860db6eadb 100644 --- a/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java +++ b/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java @@ -24,11 +24,6 @@ package com.sun.star.lib.uno.adapter; -/** - * - * @author lo119109 - */ - import com.sun.star.io.*; import com.sun.star.lib.uno.helper.ComponentBase; diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter.java index 43cd99e1504a..e5467cb47306 100644 --- a/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter.java +++ b/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter.java @@ -28,8 +28,6 @@ import java.io.OutputStream; * <code>OutputStream</code>. This allows users to access * an <code>XOutputStream</code> as if it were an * <code>OutputStream</code>. - * - * @author Brian Cameron */ public class XOutputStreamToOutputStreamAdapter extends OutputStream { diff --git a/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java b/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java index 844d9e30f579..baeee6049bde 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java @@ -48,8 +48,6 @@ import java.util.ArrayList; * <code> * UnoUrl url = UnoUrl.parseUnoUrl("socket,host=localhost,port=2002;urp;StarOffice.ServiceManager"); * </code> - * - * @author Joerg Brunsmann */ public class UnoUrl { diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java index b3d5a4dfb494..9d3920e88f1a 100644 --- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java +++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java @@ -41,7 +41,6 @@ import com.sun.star.uno.UnoRuntime; * <p> * This component is only usable for remote bridges. * <p> - * @author Kay Ramme * @see com.sun.star.uno.UnoRuntime * @since UDK1.0 */ diff --git a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java index cfc6e15f5e5a..95f3016f5f71 100644 --- a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java +++ b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java @@ -32,7 +32,6 @@ import com.sun.star.comp.loader.FactoryHelper; * The <code>ConstantInstanceProvider</code> is a component * that implements the <code>XInstanceProvider</code> Interface. * <p> - * @author Kay Ramme * @see com.sun.star.bridge.XBridge * @see com.sun.star.bridge.XBridgeFactory * @see com.sun.star.bridge.XInstanceProvider diff --git a/jurt/com/sun/star/comp/connections/PipedConnection.java b/jurt/com/sun/star/comp/connections/PipedConnection.java index def2872008e5..12f18957db36 100644 --- a/jurt/com/sun/star/comp/connections/PipedConnection.java +++ b/jurt/com/sun/star/comp/connections/PipedConnection.java @@ -34,7 +34,6 @@ import com.sun.star.registry.XRegistryKey; * It is useful for <code>Thread</code> communication * in one Process. * <p> - * @author Kay Ramme * @see com.sun.star.connection.XConnection * @see com.sun.star.comp.loader.JavaLoader * @since UDK1.0 diff --git a/jurt/com/sun/star/comp/loader/FactoryHelper.java b/jurt/com/sun/star/comp/loader/FactoryHelper.java index 72ce9171a51e..e035082bef52 100644 --- a/jurt/com/sun/star/comp/loader/FactoryHelper.java +++ b/jurt/com/sun/star/comp/loader/FactoryHelper.java @@ -42,7 +42,6 @@ import com.sun.star.uno.Type; * This class has default implementations for <code>getServiceFactory</code> * and <code>writeRegistryServiceInfo</code>. * <p> - * @author Kay Ramme * @see com.sun.star.lang.XMultiServiceFactory * @see com.sun.star.lang.XServiceInfo * @see com.sun.star.lang.XSingleServiceFactory diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java index 73ff9d3f37bf..3656cfed0c46 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoader.java +++ b/jurt/com/sun/star/comp/loader/JavaLoader.java @@ -53,7 +53,6 @@ import com.sun.star.uno.AnyConverter; * service. Therefor the <code>JavaLoader</code> activates external UNO components which are implemented in Java. * The loader is used by the <code>ServiceManger</code>. * <p> - * @author Markus Herzog * @see com.sun.star.loader.XImplementationLoader * @see com.sun.star.loader.Java * @see com.sun.star.comp.servicemanager.ServiceManager diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index cc9b0323e8d8..631d941d3ce0 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -47,7 +47,6 @@ import com.sun.star.uno.XComponentContext; * calls to the implementing objects and are used instead of casts * and identity comparisons. * <p> - * @author Markus Herzog * @see com.sun.star.lang.XMultiServiceFactory * @see com.sun.star.container.XSet * @see com.sun.star.container.XContentEnumerationAccess @@ -731,7 +730,6 @@ public class ServiceManager implements XMultiServiceFactory, * implementation of the @see com.sun.star.container.XEnumeration interface. * It is a inner wrapper for a java.util.Enumeration object. * <p> - * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo * @since UDK1.0 @@ -811,7 +809,6 @@ public class ServiceManager implements XMultiServiceFactory, * com.sun.star.lang.XSingleServiceFactory and the com.sun.star.lang.XServiceInfo * interfaces. * <p> - * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo * @since UDK1.0 diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java index 166007acc13e..9b34e8c29b8b 100644 --- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java +++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java @@ -42,7 +42,6 @@ import com.sun.star.uno.UnoRuntime; /** * This component gives a factory for an <code>UnoUrlResolver</code> service. * <p> - * @author Kay Ramme * @see com.sun.star.bridge.XBridgeFactory * @see com.sun.star.connection.Connector * @since UDK1.0 diff --git a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java index bffe74048766..5f1bcb4a9f24 100644 --- a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java +++ b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java @@ -32,7 +32,6 @@ import com.sun.star.lib.util.NativeLibraryLoader; * and is uses by the <code>PipeConnector</code> and the <code>PipeAcceptor</code>. * This class is not part of the provided <code>api</code>. * <p> - * @author Kay Ramme * @see com.sun.star.lib.connections.pipe.pipeAcceptor * @see com.sun.star.lib.connections.pipe.pipeConnector * @see com.sun.star.connection.XConnection diff --git a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java b/jurt/com/sun/star/lib/connections/socket/SocketConnection.java index 373194d95866..8e878ee83a45 100644 --- a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java +++ b/jurt/com/sun/star/lib/connections/socket/SocketConnection.java @@ -36,7 +36,6 @@ import com.sun.star.io.XStreamListener; * and is uses by the <code>SocketConnector</code> and the <code>SocketAcceptor</code>. * This class is not part of the provided <code>api</code>. * <p> - * @author Kay Ramme * @see com.sun.star.lib.connections.socket.socketAcceptor * @see com.sun.star.lib.connections.socket.socketConnector * @see com.sun.star.connection.XConnection diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index 1174becfb6a2..8fdf9bd3154a 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -69,7 +69,6 @@ import com.sun.star.uno.Any; * The protocol to used is passed by name, the bridge * then looks for it under <code>com.sun.star.lib.uno.protocols</code>. * <p> - * @author Kay Ramme * @since UDK1.0 */ public class java_remote_bridge diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java index 5a045efca68e..c0b06c5a0dea 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java @@ -21,7 +21,6 @@ package com.sun.star.lib.uno.environments.remote; /** * An abstraction for giving back a reply for a request. * - * @author Kay Ramme * @see com.sun.star.uno.IQueryInterface */ public interface IReceiver { diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java index 7a2b8f4f3b47..cf73f089c756 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java @@ -22,8 +22,6 @@ package com.sun.star.lib.uno.environments.remote; * This interface is an abstraction of the various * threadpool implementations. * <p> - * @author Joerg Budischewski - * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadPoolFactory * @see com.sun.star.lib.uno.environments.remote.IThreadPoolFactory * @since UDK1.0 diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java index af1e4f2551f2..0b6c8afc0f04 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java @@ -21,7 +21,6 @@ package com.sun.star.lib.uno.environments.remote; /** * This class implements a java thread pool. * <p> - * @author Kay Ramme * @see com.sun.star.uno.UnoRuntime * @see com.sun.star.lib.uno.environments.remote.ThreadPool * @see com.sun.star.lib.uno.environments.remote.IThreadPool diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Job.java b/jurt/com/sun/star/lib/uno/environments/remote/Job.java index e95f5f42fd2b..29287190fbf1 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/Job.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/Job.java @@ -36,7 +36,6 @@ import com.sun.star.uno.XCurrentContext; * The Job is an abstraction for tasks which have to be done * remotely because of a method invocation. * <p> - * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadId * @see com.sun.star.lib.uno.environments.remote.IReceiver * @since UDK1.0 diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java index f9c3353dd1a4..7aebdfc818a2 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java @@ -29,7 +29,6 @@ import com.sun.star.lang.DisposedException; * (put by <code>putjob</code>) into the async queue, which is only * known by the sync queue. * <p> - * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.ThreadPool * @see com.sun.star.lib.uno.environments.remote.Job * @see com.sun.star.lib.uno.environments.remote.ThreadId diff --git a/jurt/com/sun/star/uno/Ascii.java b/jurt/com/sun/star/uno/Ascii.java index 53d8905a797a..09dc8d671e57 100644 --- a/jurt/com/sun/star/uno/Ascii.java +++ b/jurt/com/sun/star/uno/Ascii.java @@ -21,7 +21,6 @@ package com.sun.star.uno; /** * The Ascii class represents the IDL build in type <code>ascii</code>. * <p> - * @author Markus Meyer * @deprecated do not use */ public final class Ascii { diff --git a/jurt/com/sun/star/uno/AsciiString.java b/jurt/com/sun/star/uno/AsciiString.java index 172054533a26..235547258bf7 100644 --- a/jurt/com/sun/star/uno/AsciiString.java +++ b/jurt/com/sun/star/uno/AsciiString.java @@ -21,7 +21,6 @@ package com.sun.star.uno; /** * The Ascii class represents the IDL build in type <code>asciistring</code>. * <p> - * @author Markus Meyer * @deprecated do not use */ public final class AsciiString { 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 { |