diff options
author | Abhyudaya Sharma <sharmaabhyudaya@gmail.com> | 2018-06-04 12:33:22 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-06-18 11:29:46 +0200 |
commit | bc5cdc0f12ab580f6b1631b0f323aafd234adc4c (patch) | |
tree | 8b310f98bab69137941d315d6f3a10750ef3c887 /offapi | |
parent | f6bd95704e46f53fd976519cc7d916f28a4ddc94 (diff) |
tdf#108523 Remove @author annotations
Change-Id: I85e364da59ce70ddd97fdae9bc03a4ea76b007fc
Reviewed-on: https://gerrit.libreoffice.org/55263
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ucb/DuplicateProviderException.idl | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/IllegalIdentifierException.idl | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/MissingInputStreamException.idl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/DuplicateProviderException.idl b/offapi/com/sun/star/ucb/DuplicateProviderException.idl index c2ec0be2af81..f0255d008445 100644 --- a/offapi/com/sun/star/ucb/DuplicateProviderException.idl +++ b/offapi/com/sun/star/ucb/DuplicateProviderException.idl @@ -29,7 +29,6 @@ module com { module sun { module star { module ucb { identifier already was registered with a content provider manager. @version 1.0 - @author Kai Sommerfeld @see XContentProviderManager */ published exception DuplicateProviderException: com::sun::star::uno::Exception diff --git a/offapi/com/sun/star/ucb/IllegalIdentifierException.idl b/offapi/com/sun/star/ucb/IllegalIdentifierException.idl index 024f4ee7d023..a0221a97e826 100644 --- a/offapi/com/sun/star/ucb/IllegalIdentifierException.idl +++ b/offapi/com/sun/star/ucb/IllegalIdentifierException.idl @@ -28,7 +28,6 @@ module com { module sun { module star { module ucb { /** This exception is thrown to indicate an illegal content identifier. @version 1.0 - @author Kai Sommerfeld @see XContent @see XContentIdentifier */ diff --git a/offapi/com/sun/star/ucb/MissingInputStreamException.idl b/offapi/com/sun/star/ucb/MissingInputStreamException.idl index 73a5b8e302a3..80b16eb45443 100644 --- a/offapi/com/sun/star/ucb/MissingInputStreamException.idl +++ b/offapi/com/sun/star/ucb/MissingInputStreamException.idl @@ -33,7 +33,6 @@ module com { module sun { module star { module ucb { InsertCommandArgument. @version 1.0 - @author Kai Sommerfeld @see Content */ published exception MissingInputStreamException : com::sun::star::uno::Exception |