diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-25 12:31:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-26 12:44:13 +0200 |
commit | 5f2403148e9159e49e6fea9ad348cbfb5b24ba2a (patch) | |
tree | bccae9126683003114dad7755ab2e6e8d471b5e8 /offapi | |
parent | 1558b9ee696b021fd2d6431179413dc9ef58fe69 (diff) |
Fix typo
Change-Id: I2c5ea93645161eb4acb7bbfba21fdf30462c2635
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103465
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/embed/XEmbeddedObject.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |