diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-06-01 14:08:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-03 06:58:36 +0000 |
commit | 8cc9383fe7dbb81c28da6c843638c04c803cc8ab (patch) | |
tree | c88fcc02b2401b16687de8fb4a835d2b4928cf5e /offapi | |
parent | a074787abfa48642398d3516e57bbcb569a8571b (diff) |
Replace invalid doxygen commands: thrown -> throws
Change-Id: I9e9f513afe37ccf34f2d5762a27b4a728fd24f36
Reviewed-on: https://gerrit.libreoffice.org/4136
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/embed/XCommonEmbedPersist.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/embed/XEmbedObjectCreator.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/embed/XEmbedObjectFactory.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/embed/XEmbedPersist.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/embed/XInsertObjectDialog.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XStorable2.idl | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl index 1b46bbf52373..3976cb2e6cd3 100644 --- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl @@ -77,7 +77,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface optional parameters for object reloading, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException diff --git a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl index 9e64448cd37b..f4e801b03d6e 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl @@ -105,10 +105,10 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface an object of type <type>EmbeddedObjectDescriptor</type> contains object related properties - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal - @thrown ::com::sun::star::container::NoSuchElementException + @throws ::com::sun::star::container::NoSuchElementException the specified entry does not exist @throws com::sun::star::io::IOException @@ -149,7 +149,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface an object of type <type>EmbeddedObjectDescriptor</type> contains object related properties - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException diff --git a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl index 7460b37dce73..63a687d00309 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl @@ -76,7 +76,7 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException diff --git a/offapi/com/sun/star/embed/XEmbedPersist.idl b/offapi/com/sun/star/embed/XEmbedPersist.idl index 6c24d3f6233c..10e08577a3b5 100644 --- a/offapi/com/sun/star/embed/XEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XEmbedPersist.idl @@ -80,7 +80,7 @@ published interface XEmbedPersist: XCommonEmbedPersist see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException @@ -120,7 +120,7 @@ published interface XEmbedPersist: XCommonEmbedPersist optional parameters for the object saving, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException @@ -169,7 +169,7 @@ published interface XEmbedPersist: XCommonEmbedPersist optional parameters for the object saving, see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::embed::WrongStateException diff --git a/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/offapi/com/sun/star/embed/XInsertObjectDialog.idl index b4a359e02c11..5196298e6c50 100644 --- a/offapi/com/sun/star/embed/XInsertObjectDialog.idl +++ b/offapi/com/sun/star/embed/XInsertObjectDialog.idl @@ -55,7 +55,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface @returns the structure containing the object and container related options - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException one of arguments is illegal @throws com::sun::star::io::IOException diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl index 04a9f6dd5a80..7915c2fa04a1 100644 --- a/offapi/com/sun/star/frame/XStorable2.idl +++ b/offapi/com/sun/star/frame/XStorable2.idl @@ -48,7 +48,7 @@ published interface XStorable2: XStorable optional parameters for saving, can take values from subset of <type scope="com::sun::star::document">MediaDescriptor</type> - @thrown ::com::sun::star::lang::IllegalArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException the optional parameters contain unacceptable for save entry @throws com::sun::star::io::IOException |