[Libreoffice-commits] core.git: framework/source offapi/com
Zolnai Tamás
zolnaitamas2000 at gmail.com
Sun Jun 2 23:58:57 PDT 2013
framework/source/services/frame.cxx | 2 +-
offapi/com/sun/star/embed/XCommonEmbedPersist.idl | 2 +-
offapi/com/sun/star/embed/XEmbedObjectCreator.idl | 6 +++---
offapi/com/sun/star/embed/XEmbedObjectFactory.idl | 2 +-
offapi/com/sun/star/embed/XEmbedPersist.idl | 6 +++---
offapi/com/sun/star/embed/XInsertObjectDialog.idl | 2 +-
offapi/com/sun/star/frame/XStorable2.idl | 2 +-
7 files changed, 11 insertions(+), 11 deletions(-)
New commits:
commit 8cc9383fe7dbb81c28da6c843638c04c803cc8ab
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date: Sat Jun 1 14:08:37 2013 +0200
Replace invalid doxygen commands: thrown -> throws
Change-Id: I9e9f513afe37ccf34f2d5762a27b4a728fd24f36
Reviewed-on: https://gerrit.libreoffice.org/4136
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 6ece139..edf60e1 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 1b46bbf..3976cb2 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 9e64448..f4e801b 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 7460b37..63a687d 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 6c24d3f..10e0857 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 b4a359e..5196298 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 04a9f6d..7915c2f 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
More information about the Libreoffice-commits
mailing list