[Libreoffice-commits] core.git: offapi/com

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 26 10:44:55 UTC 2020


 offapi/com/sun/star/embed/XEmbeddedObject.idl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5f2403148e9159e49e6fea9ad348cbfb5b24ba2a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 25 12:31:37 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    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


More information about the Libreoffice-commits mailing list