tdf#108523 Removed @author annotations
Change-Id: I5905dd94843595b229046c0b4a0f16181c16fd9e
Reviewed-on: https://gerrit.libreoffice.org/69869
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
index 3c5adf8..9bf5b8e 100644
--- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -53,7 +53,6 @@
and all of its aspects.
</p>
@author Frank Schoenheit
@version 1.0 2000/07/06
*/
diff --git a/offapi/com/sun/star/document/FilterAdapter.idl b/offapi/com/sun/star/document/FilterAdapter.idl
index f2a4d7d..ed9f7db 100644
--- a/offapi/com/sun/star/document/FilterAdapter.idl
+++ b/offapi/com/sun/star/document/FilterAdapter.idl
@@ -25,7 +25,6 @@
module com { module sun { module star { module document {
/* Provides access to user to filters written to use the FilterAdapter
@author Aidan Butler
@since OOo 1.1.2
*/
diff --git a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
index ef384c6..5751787 100644
--- a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
+++ b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
@@ -31,7 +31,6 @@
com::sun::star::ucb::TransientDocumentsDocumentContents.
@version 1.0
@author Kai Sommerfeld
@see com::sun::star::document::OfficeDocument
@see com::sun::star::ucb::TransientDocumentsDocumentContent
diff --git a/offapi/com/sun/star/text/XDefaultNumberingProvider.idl b/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
index 264ddef..a520d9e0 100644
--- a/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
+++ b/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
@@ -32,7 +32,6 @@
@see com::sun::star::text::NumberingRules
@see com::sun::star::lang::Locale
@version 1.0
@author <a href="mailto:oliver.specht@germany.sun.com">Oliver Specht</a>
*/
published interface XDefaultNumberingProvider : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/text/XNumberingFormatter.idl b/offapi/com/sun/star/text/XNumberingFormatter.idl
index 0d7f1f6..a441579 100644
--- a/offapi/com/sun/star/text/XNumberingFormatter.idl
+++ b/offapi/com/sun/star/text/XNumberingFormatter.idl
@@ -31,7 +31,6 @@
@see com::sun::star::text::NumberingRules
@see com::sun::star::text::NumberingLevel
@version 1.0
@author <a href="mailto:oliver.specht@germany.sun.com">Oliver Specht</a>
*/
published interface XNumberingFormatter : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/text/XNumberingTypeInfo.idl b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
index 711073e..33f24eb 100644
--- a/offapi/com/sun/star/text/XNumberingTypeInfo.idl
+++ b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
@@ -29,7 +29,6 @@
@see com::sun::star::text::NumberingRules
@see com::sun::star::style::NumberingType
@version 1.0
@author <a href="mailto:oliver.specht@germany.sun.com">Oliver Specht</a>
*/
published interface XNumberingTypeInfo : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/ucb/AlreadyInitializedException.idl b/offapi/com/sun/star/ucb/AlreadyInitializedException.idl
index 401eba7..124424e 100644
--- a/offapi/com/sun/star/ucb/AlreadyInitializedException.idl
+++ b/offapi/com/sun/star/ucb/AlreadyInitializedException.idl
@@ -29,7 +29,6 @@
reinitialize an object that can only be initialized once.
@version 1.0
@author Kai Sommerfeld
*/
published exception AlreadyInitializedException: com::sun::star::uno::Exception
{
diff --git a/offapi/com/sun/star/ucb/CommandAbortedException.idl b/offapi/com/sun/star/ucb/CommandAbortedException.idl
index 2d47f9d..3a7645e 100644
--- a/offapi/com/sun/star/ucb/CommandAbortedException.idl
+++ b/offapi/com/sun/star/ucb/CommandAbortedException.idl
@@ -28,7 +28,6 @@
/** This exception is thrown to indicate that a command was aborted.
@version 1.0
@author Kai Sommerfeld
@see XCommandProcessor
*/
published exception CommandAbortedException : com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/CommandFailedException.idl b/offapi/com/sun/star/ucb/CommandFailedException.idl
index 6eda101..edd201c 100644
--- a/offapi/com/sun/star/ucb/CommandFailedException.idl
+++ b/offapi/com/sun/star/ucb/CommandFailedException.idl
@@ -34,7 +34,6 @@
by the interaction handler.
@version 1.0
@author Kai Sommerfeld
@see XCommandProcessor
*/
published exception CommandFailedException : com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/ContentCreationException.idl b/offapi/com/sun/star/ucb/ContentCreationException.idl
index 6fbe5d5..9f8bcfb 100644
--- a/offapi/com/sun/star/ucb/ContentCreationException.idl
+++ b/offapi/com/sun/star/ucb/ContentCreationException.idl
@@ -29,7 +29,6 @@
failed.
@version 1.0
@author Kai Sommerfeld
*/
published exception ContentCreationException : com::sun::star::uno::Exception
{
diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
index 62daab0..4cdbfbc 100644
--- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
+++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl
@@ -34,7 +34,6 @@
be aborted by a client, can be used by any thread.
@version 1.0
@author Kai Sommerfeld
@see XCommandProcessor
*/
published exception DuplicateCommandIdentifierException : com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/MissingPropertiesException.idl b/offapi/com/sun/star/ucb/MissingPropertiesException.idl
index c4c6965..d26cbb6 100644
--- a/offapi/com/sun/star/ucb/MissingPropertiesException.idl
+++ b/offapi/com/sun/star/ucb/MissingPropertiesException.idl
@@ -32,7 +32,6 @@
the new resource persistent.
@version 1.0
@author Kai Sommerfeld
@see Content
*/
published exception MissingPropertiesException : com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/NameClashResolveRequest.idl b/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
index b5374fd4..f6d0034 100644
--- a/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
+++ b/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
@@ -42,7 +42,6 @@
clashing resource shall be overwritten.
@version 1.0
@author Kai Sommerfeld
*/
published exception NameClashResolveRequest : com::sun::star::task::ClassifiedInteractionRequest
{
diff --git a/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl b/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl
index 9fbc535..5638522 100644
--- a/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl
+++ b/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl
@@ -29,7 +29,6 @@
com::sun::star::ucb::XRemoteContentProviderSupplier.
@version 1.0
@author Stephan Bergmann
*/
published enum RemoteContentProviderChangeAction
{
diff --git a/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl b/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl
index 2418414..aa2eeb3 100644
--- a/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl
+++ b/offapi/com/sun/star/ucb/RemoteContentProviderChangeEvent.idl
@@ -29,7 +29,6 @@
com::sun::star::ucb::XRemoteContentProviderSupplier.
@version 1.0
@author Stephan Bergmann
*/
published struct RemoteContentProviderChangeEvent: com::sun::star::lang::EventObject
{
diff --git a/offapi/com/sun/star/ucb/ResultSetException.idl b/offapi/com/sun/star/ucb/ResultSetException.idl
index ff9e1d3..9bea5cb 100644
--- a/offapi/com/sun/star/ucb/ResultSetException.idl
+++ b/offapi/com/sun/star/ucb/ResultSetException.idl
@@ -29,7 +29,6 @@
on ContentResultSets.
@version 1.0
@author Kai Sommerfeld
*/
published exception ResultSetException: com::sun::star::sdbc::SQLException
{
diff --git a/offapi/com/sun/star/ucb/SimpleFileAccess.idl b/offapi/com/sun/star/ucb/SimpleFileAccess.idl
index 5ed9bd6..8b7902b 100644
--- a/offapi/com/sun/star/ucb/SimpleFileAccess.idl
+++ b/offapi/com/sun/star/ucb/SimpleFileAccess.idl
@@ -28,7 +28,6 @@
/** Offers a simple access to resources, like files and folders located in a
local file system or on a WebDAV server.
@author Andreas Bregas
@version 1.0 07/25/2000
*/
published service SimpleFileAccess : XSimpleFileAccess3;
diff --git a/offapi/com/sun/star/ucb/UnsupportedCommandException.idl b/offapi/com/sun/star/ucb/UnsupportedCommandException.idl
index cea2b0a..0c7e597 100644
--- a/offapi/com/sun/star/ucb/UnsupportedCommandException.idl
+++ b/offapi/com/sun/star/ucb/UnsupportedCommandException.idl
@@ -29,7 +29,6 @@
implementation of an interface.
@version 1.0
@author Kai Sommerfeld
@see XCommandProcessor
*/
published exception UnsupportedCommandException: com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl b/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
index 8403afe..57e89a4 100644
--- a/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
+++ b/offapi/com/sun/star/ucb/UnsupportedDataSinkException.idl
@@ -33,7 +33,6 @@
of the command "open" contains such a data sink.
@version 1.0
@author Kai Sommerfeld
@see Content
*/
published exception UnsupportedDataSinkException : com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl b/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
index 9e2179a..efa6e20 100644
--- a/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
+++ b/offapi/com/sun/star/ucb/UnsupportedNameClashException.idl
@@ -43,7 +43,6 @@
The member NameClash of the exception must be set to NameClash::ERROR
@version 1.0
@author Kai Sommerfeld
@see Content
*/
published exception UnsupportedNameClashException : com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl b/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
index 8aa2555..f74c6d6 100644
--- a/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
+++ b/offapi/com/sun/star/ucb/UnsupportedOpenModeException.idl
@@ -32,7 +32,6 @@
of the command "open" contains such an open mode.
@version 1.0
@author Kai Sommerfeld
@see Content
*/
published exception UnsupportedOpenModeException : com::sun::star::uno::Exception
diff --git a/offapi/com/sun/star/ucb/XCommandEnvironment.idl b/offapi/com/sun/star/ucb/XCommandEnvironment.idl
index fa2436bd..eb43af9 100644
--- a/offapi/com/sun/star/ucb/XCommandEnvironment.idl
+++ b/offapi/com/sun/star/ucb/XCommandEnvironment.idl
@@ -30,7 +30,6 @@
/** defines the environment for a command.
@version 1.0
@author Kai Sommerfeld
@see XCommandProcessor
*/
published interface XCommandEnvironment : com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XCommandInfo.idl b/offapi/com/sun/star/ucb/XCommandInfo.idl
index 8aaa13d..2267157 100644
--- a/offapi/com/sun/star/ucb/XCommandInfo.idl
+++ b/offapi/com/sun/star/ucb/XCommandInfo.idl
@@ -30,7 +30,6 @@
/** provides access to information on a set of commands.
@version 1.0
@author Kai Sommerfeld
*/
published interface XCommandInfo: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl b/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl
index 10546e6..6da2de8 100644
--- a/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl
+++ b/offapi/com/sun/star/ucb/XCommandInfoChangeListener.idl
@@ -28,7 +28,6 @@
/** a listener for events related to changing XCommandInfos.
@version 1.0
@author Kai Sommerfeld
@see CommandInfoChangeEvent
@see XCommandInfoChangeNotifier
*/
diff --git a/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl b/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl
index 80eb0fa..c9ca0d1 100644
--- a/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl
+++ b/offapi/com/sun/star/ucb/XCommandInfoChangeNotifier.idl
@@ -28,7 +28,6 @@
/** a notifier for changes of XCommandInfos.
@version 1.0
@author Kai Sommerfeld
@see CommandInfoChangeEvent
@see XCommandInfoChangeListener
*/
diff --git a/offapi/com/sun/star/ucb/XCommandProcessor.idl b/offapi/com/sun/star/ucb/XCommandProcessor.idl
index dc4e718..df82f43 100644
--- a/offapi/com/sun/star/ucb/XCommandProcessor.idl
+++ b/offapi/com/sun/star/ucb/XCommandProcessor.idl
@@ -32,7 +32,6 @@
specific execution environment.
@version 1.0
@author Kai Sommerfeld
@see com::sun::star::ucb::XCommandProcessor2
for the improved version of this interface.
diff --git a/offapi/com/sun/star/ucb/XContent.idl b/offapi/com/sun/star/ucb/XContent.idl
index 17e9c19..8b4a862 100644
--- a/offapi/com/sun/star/ucb/XContent.idl
+++ b/offapi/com/sun/star/ucb/XContent.idl
@@ -31,7 +31,6 @@
listeners for events that are related to contents.
@version 1.0
@author Kai Sommerfeld
@see XContentIdentifier
@see XContentEventListener
*/
diff --git a/offapi/com/sun/star/ucb/XContentAccess.idl b/offapi/com/sun/star/ucb/XContentAccess.idl
index 75abcd3..62a34bf 100644
--- a/offapi/com/sun/star/ucb/XContentAccess.idl
+++ b/offapi/com/sun/star/ucb/XContentAccess.idl
@@ -37,7 +37,6 @@
string from it and after that to release the content.
@version 1.0
@author Kai Sommerfeld
@see XContent
@see XContentIdentifier
*/
diff --git a/offapi/com/sun/star/ucb/XContentCreator.idl b/offapi/com/sun/star/ucb/XContentCreator.idl
index 69080f2..1283ac0 100644
--- a/offapi/com/sun/star/ucb/XContentCreator.idl
+++ b/offapi/com/sun/star/ucb/XContentCreator.idl
@@ -45,7 +45,6 @@
"CreatableContentsInfo" and command "createNewContent" instead.
@version 1.0
@author Kai Sommerfeld
@see XContent
@see XCommandProcessor
*/
diff --git a/offapi/com/sun/star/ucb/XContentEventListener.idl b/offapi/com/sun/star/ucb/XContentEventListener.idl
index 02cf799..61cd24d 100644
--- a/offapi/com/sun/star/ucb/XContentEventListener.idl
+++ b/offapi/com/sun/star/ucb/XContentEventListener.idl
@@ -28,7 +28,6 @@
/** a listener for events related to XContents.
@version 1.0
@author Kai Sommerfeld
@see XContent
*/
published interface XContentEventListener: com::sun::star::lang::XEventListener
diff --git a/offapi/com/sun/star/ucb/XContentIdentifier.idl b/offapi/com/sun/star/ucb/XContentIdentifier.idl
index 502a77b0..e1d6dbe 100644
--- a/offapi/com/sun/star/ucb/XContentIdentifier.idl
+++ b/offapi/com/sun/star/ucb/XContentIdentifier.idl
@@ -28,7 +28,6 @@
/** An identifier for contents.
@version 1.0
@author Kai Sommerfeld
@see XContent
*/
published interface XContentIdentifier: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl b/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl
index 600d4f8..570b53f3 100644
--- a/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl
+++ b/offapi/com/sun/star/ucb/XContentIdentifierFactory.idl
@@ -29,7 +29,6 @@
/** A factory for content identifiers.
@version 1.0
@author Kai Sommerfeld
@see XContentIdentifier
*/
published interface XContentIdentifierFactory: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XContentProvider.idl b/offapi/com/sun/star/ucb/XContentProvider.idl
index 9689018..7a3b116 100644
--- a/offapi/com/sun/star/ucb/XContentProvider.idl
+++ b/offapi/com/sun/star/ucb/XContentProvider.idl
@@ -30,7 +30,6 @@
/** a content provider which creates and manages XContents.
@version 1.0
@author Kai Sommerfeld
@see XContent
@see XContentIdentifier
*/
diff --git a/offapi/com/sun/star/ucb/XContentProviderFactory.idl b/offapi/com/sun/star/ucb/XContentProviderFactory.idl
index 4ffa14f..f0ae2d2 100644
--- a/offapi/com/sun/star/ucb/XContentProviderFactory.idl
+++ b/offapi/com/sun/star/ucb/XContentProviderFactory.idl
@@ -28,7 +28,6 @@
/** a factory for a XContentProvider.
@version 1.0
@author Kai Sommerfeld
@see XContentProvider
*/
published interface XContentProviderFactory : com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XContentProviderManager.idl b/offapi/com/sun/star/ucb/XContentProviderManager.idl
index aa6b453..f54e8ab 100644
--- a/offapi/com/sun/star/ucb/XContentProviderManager.idl
+++ b/offapi/com/sun/star/ucb/XContentProviderManager.idl
@@ -31,7 +31,6 @@
/** makes it possible to query/register/deregister content providers.
@version 1.0
@author Kai Sommerfeld
@see XContentProvider
*/
published interface XContentProviderManager: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XContentProviderSupplier.idl b/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
index 5b9e3f2..1c0caf2 100644
--- a/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
+++ b/offapi/com/sun/star/ucb/XContentProviderSupplier.idl
@@ -28,7 +28,6 @@
/** a supplier for a content provider.
@version 1.0
@author Kai Sommerfeld
@see XContentProvider
*/
published interface XContentProviderSupplier : com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XContentTransmitter.idl b/offapi/com/sun/star/ucb/XContentTransmitter.idl
index f7b7c44..f92516b2 100644
--- a/offapi/com/sun/star/ucb/XContentTransmitter.idl
+++ b/offapi/com/sun/star/ucb/XContentTransmitter.idl
@@ -29,7 +29,6 @@
@deprecated
@version 1.0
@author Dirk Voelzke
@see
*/
diff --git a/offapi/com/sun/star/ucb/XDataContainer.idl b/offapi/com/sun/star/ucb/XDataContainer.idl
index c57bf12..ca0a30ab 100644
--- a/offapi/com/sun/star/ucb/XDataContainer.idl
+++ b/offapi/com/sun/star/ucb/XDataContainer.idl
@@ -32,7 +32,6 @@
attachments.
@version 1.0
@author Kai Sommerfeld
@deprecated
*/
diff --git a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
index 3ee3c11..0f210ea 100644
--- a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
+++ b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
@@ -28,7 +28,6 @@
dependent notation.
@version 1.0
@author Andreas Bille
*/
published interface XFileIdentifierConverter : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl b/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl
index e5e568d5..fe457a7 100644
--- a/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl
+++ b/offapi/com/sun/star/ucb/XInteractionReplaceExistingData.idl
@@ -32,7 +32,6 @@
to overwrite the clashing data.
@version 1.0
@author Kai Sommerfeld
*/
published interface XInteractionReplaceExistingData : com::sun::star::task::XInteractionContinuation
{
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyName.idl b/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
index 97eef6d..aa6df6c 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyName.idl
@@ -31,7 +31,6 @@
for a clashing resource.
@version 1.0
@author Kai Sommerfeld
*/
published interface XInteractionSupplyName : com::sun::star::task::XInteractionContinuation
{
diff --git a/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl b/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
index c79a466..c03ca6db 100644
--- a/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
+++ b/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
@@ -31,7 +31,6 @@
templates and supplementary arguments.
@version 1.0
@author Stephan Bergmann
*/
published interface XParameterizedContentProvider: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/ucb/XPersistentPropertySet.idl b/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
index 95a1bb0..5d64eee 100644
--- a/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
+++ b/offapi/com/sun/star/ucb/XPersistentPropertySet.idl
@@ -31,7 +31,6 @@
XPropertySetRegistry.
@version 1.0
@author Kai Sommerfeld
*/
published interface XPersistentPropertySet : com::sun::star::beans::XPropertySet
{
diff --git a/offapi/com/sun/star/ucb/XPropertySetRegistry.idl b/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
index 6d2cc80..d812e8a 100644
--- a/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
+++ b/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
@@ -28,7 +28,6 @@
/** A registry (storage medium) for persistent property sets.
@version 1.0
@author Kai Sommerfeld
@see XPersistentPropertySet
*/
published interface XPropertySetRegistry : com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl b/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl
index beb4542..0e9f856 100644
--- a/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl
+++ b/offapi/com/sun/star/ucb/XPropertySetRegistryFactory.idl
@@ -28,7 +28,6 @@
/** A factory for property set registries.
@version 1.0
@author Kai Sommerfeld
*/
published interface XPropertySetRegistryFactory : com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
index 436d103..c26037f 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
@@ -32,7 +32,6 @@
local process.
@version 1.0
@author Stephan Bergmann
*/
published interface XRemoteContentProviderAcceptor: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
index 0e27c28..7939405 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderChangeListener.idl
@@ -29,7 +29,6 @@
com::sun::star::ucb::XRemoteContentProviderSupplier.
@version 1.0
@author Stephan Bergmann
*/
published interface XRemoteContentProviderChangeListener:
com::sun::star::lang::XEventListener
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl
index 961ee7b..ae50ae8 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderChangeNotifier.idl
@@ -31,7 +31,6 @@
/** Notify about changes to a XRemoteContentProviderSupplier.
@version 1.0
@author Stephan Bergmann
*/
published interface XRemoteContentProviderChangeNotifier:
com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl
index daecd63..fb50534 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderConnectionControl.idl
@@ -36,7 +36,6 @@
XRemoteContentProviderAcceptor::addRemoteContentProvider().
@version 1.0
@author Stephan Bergmann
*/
published interface XRemoteContentProviderConnectionControl:
com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
index 379074f..922f959 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
@@ -32,7 +32,6 @@
XRemoteContentProviderAcceptors.
@version 1.0
@author Stephan Bergmann
@see XRemoteContentProviderAcceptor
*/
published interface XRemoteContentProviderDistributor: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl
index 9df9805..d52f5a1 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderDoneListener.idl
@@ -31,7 +31,6 @@
content provider.
@version 1.0
@author Stephan Bergmann
*/
published interface XRemoteContentProviderDoneListener: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl
index 378bad3..86d873004 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderSupplier.idl
@@ -29,7 +29,6 @@
/** Provide access to a collection of remote content providers.
@version 1.0
@author Stephan Bergmann
@see XRemoteContentProviderAcceptor
*/
published interface XRemoteContentProviderSupplier: com::sun::star::uno::XInterface
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index be49d5d..68b1570 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -27,7 +27,6 @@
from com.sun.star.awt.KeyModifier import SHIFT, MOD1
'''
@author rpiterman
This class implements the UI functionality of the topics scroller control.
<br/>
During development, there has been a few changes which were not *fully* done
diff --git a/wizards/com/sun/star/wizards/common/Properties.py b/wizards/com/sun/star/wizards/common/Properties.py
index a6dd8c8..974856a 100644
--- a/wizards/com/sun/star/wizards/common/Properties.py
+++ b/wizards/com/sun/star/wizards/common/Properties.py
@@ -23,7 +23,6 @@
the put(propName,propValue) method.
caution: propName should always be a String.
When finished, call the getProperties() method to get an array of the set properties.
@author rp
'''
class Properties(dict):
diff --git a/wizards/com/sun/star/wizards/ui/DocumentPreview.py b/wizards/com/sun/star/wizards/ui/DocumentPreview.py
index 6b22d07..280fac6 100644
--- a/wizards/com/sun/star/wizards/ui/DocumentPreview.py
+++ b/wizards/com/sun/star/wizards/ui/DocumentPreview.py
@@ -25,7 +25,6 @@
from com.sun.star.awt.WindowAttribute import SHOW
'''
@author rpiterman
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
'''
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.py b/wizards/com/sun/star/wizards/ui/PeerConfig.py
index ee54a77..1383b28 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.py
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.py
@@ -20,7 +20,6 @@
from .event.CommonListener import WindowListenerProcAdapter
'''
@author rpiterman
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
'''
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.py b/wizards/com/sun/star/wizards/ui/event/DataAware.py
index d6e5262..24dbe94 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.py
@@ -24,7 +24,6 @@
from datetime import datetime
'''
@author rpiterman
DataAware objects are used to live-synchronize UI and DataModel/DataObject.
It is used as listener on UI events, to keep the DataObject up to date.
This class, as a base abstract class, sets a frame of functionality,
diff --git a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
index fbeba11..945c2ce 100644
--- a/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
+++ b/wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
@@ -21,7 +21,6 @@
from ...common.PropertyNames import PropertyNames
'''
@author rpiterman
This class supports simple cases where a UI control can
be directly synchronized with a data property.
Such controls are: the different text controls