diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-06-08 22:31:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-06-09 07:42:08 +0200 |
commit | 96f8ed6619a73655f9c3b94e6a4a3979cc67f551 (patch) | |
tree | 81afdd1d09601b839c489f5335534c358082bc96 /offapi | |
parent | 31ed81ea71a20ec119805f66a42f99b3f80d2dc5 (diff) |
Fix typos
Change-Id: I3539edf26a793f89d38f3df376002f4ed4295343
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116869
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/status/ItemState.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/status/ItemState.idl b/offapi/com/sun/star/frame/status/ItemState.idl index e2de7538775a..011f5ba2b6fd 100644 --- a/offapi/com/sun/star/frame/status/ItemState.idl +++ b/offapi/com/sun/star/frame/status/ItemState.idl @@ -48,7 +48,7 @@ constants ItemState * * There are only three usages of ::ItemState in the code which * all set the internal SfxItem to SfxVoidItem when triggered, - * which is equlivalent to state SfxItemState::DISABLED (see + * which is equivalent to state SfxItemState::DISABLED (see * e.g. SfxItemSet::GetItemState), so READ_ONLY gets not used * in internal handling, even when eventually existing UNO API * usages hand it over the office. |