[Libreoffice-commits] core.git: include/framework

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 10 09:03:25 UTC 2019


 include/framework/addonsoptions.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2933ce563f89d4b6cec364b981bb2f1d0642a3bd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 8 10:44:35 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 10 11:02:45 2019 +0200

    Fix typo
    
    Change-Id: I255a193b2abc3570e05dc13eeb7fe304bf7ca5d8
    Reviewed-on: https://gerrit.libreoffice.org/75323
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list