diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 6ece139dfc7d..edf60e1f8f0a 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -1554,7 +1554,7 @@ void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css:: veto exception and must try to close this frame at later time again. Otherwhise the source of throwed exception is the right one. May it will be the frame himself. - @thrown CloseVetoException + @throws CloseVetoException if any internal things willn't be closed @threadsafe yes 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 EmbeddedObjectDescriptor - @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 EmbeddedObjectDescriptor 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 EmbeddedObjectDescriptor 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 EmbeddedObjectDescriptor - @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 EmbeddedObjectDescriptor - @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 EmbeddedObjectDescriptor - @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 EmbeddedObjectDescriptor - @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 MediaDescriptor - @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