diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 10:44:35 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-10 11:02:45 +0200 |
commit | 2933ce563f89d4b6cec364b981bb2f1d0642a3bd (patch) | |
tree | 18f24780b94f0c95702b62eaf451f7e448f0bdec /include/framework | |
parent | 0295c2f027cd64d5440b5a29f4e64c25290636f4 (diff) |
Fix typo
Change-Id: I255a193b2abc3570e05dc13eeb7fe304bf7ca5d8
Reviewed-on: https://gerrit.libreoffice.org/75323
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/addonsoptions.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx index b4d46e722d80..8a96f25970b7 100644 --- a/include/framework/addonsoptions.hxx +++ b/include/framework/addonsoptions.hxx @@ -101,7 +101,7 @@ class FWE_DLLPUBLIC AddonsOptions /*-**************************************************************************************************** @short returns if an addons menu is available - @descr Call to retrieve if a addons menu is available + @descr Call to retrieve if an addons menu is available @return true if there is a menu otherwise false *//*-*****************************************************************************************************/ @@ -137,7 +137,7 @@ class FWE_DLLPUBLIC AddonsOptions const css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValue > >& GetAddonsMenuBarPart() const; /*-**************************************************************************************************** - @short Gets a toolbar part of an single addon + @short Gets a toolbar part of a single addon @return A complete @onerror We return sal_False @@ -146,7 +146,7 @@ class FWE_DLLPUBLIC AddonsOptions const css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValue > >& GetAddonsToolBarPart( sal_uInt32 nIndex ) const; /*-**************************************************************************************************** - @short Gets a unique toolbar resource name of an single addon + @short Gets a unique toolbar resource name of a single addon @return A complete @onerror We return sal_False |