offapi/com/sun/star/embed/XEmbeddedObject.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5f2403148e9159e49e6fea9ad348cbfb5b24ba2a Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Sep 25 12:31:37 2020 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Sat Sep 26 12:44:13 2020 +0200 Fix typo Change-Id: I2c5ea93645161eb4acb7bbfba21fdf30462c2635 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103465 Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/offapi/com/sun/star/embed/XEmbeddedObject.idl b/offapi/com/sun/star/embed/XEmbeddedObject.idl index 9e9de8b6486d..7c9f3c220033 100644 --- a/offapi/com/sun/star/embed/XEmbeddedObject.idl +++ b/offapi/com/sun/star/embed/XEmbeddedObject.idl @@ -94,7 +94,7 @@ published interface XEmbeddedObject @returns the sequence of states the object can be set to - @throws com::sun::star::embed::NeedsRunnignStateException + @throws com::sun::star::embed::NeedsRunningStateException means that the object is in loaded state now and can be switched to running state, other possible states can be detected only when the object is not in loaded state any more @@ -146,7 +146,7 @@ published interface XEmbeddedObject @returns the sequence of verbs the object supports - @throws com::sun::star::embed::NeedsRunnignStateException + @throws com::sun::star::embed::NeedsRunningStateException means that the object is in loaded state now and can be switched to running state, acceptable verbs can be detected only when the object is not in loaded state any more _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
