summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IShutdownListener.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DisableCommands/DisableCommandsTest.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Number_Formats.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/OfficeConnect.java1
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java3
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminateListener.java4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/TerminationTest/TerminationTest.java4
20 files changed, 0 insertions, 32 deletions
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;