[Libreoffice-commits] core.git: basctl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 7 20:30:44 UTC 2018


 basctl/source/basicide/basicbox.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dbc1b8a596cdba67e12c659a02c9fc1475799847
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 6 14:30:18 2018 +0100
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri Dec 7 21:30:19 2018 +0100

    Fix typo
    
    Change-Id: Idc4dc73e61b828f989e6c8b46a6fc1fa43253ae6
    Reviewed-on: https://gerrit.libreoffice.org/64740
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx
index d5e4980c7400..6a1d32cf35cb 100644
--- a/basctl/source/basicide/basicbox.cxx
+++ b/basctl/source/basicide/basicbox.cxx
@@ -35,7 +35,7 @@ using namespace ::com::sun::star;
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::uno;
 
-/*! Macro for implementation two metods for LibBoxControl Class
+/*! Macro for implementation two methods for LibBoxControl Class
  *
  * @code
  * SfxToolBoxControl* LibBoxControl::CreateImpl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx)
@@ -312,7 +312,7 @@ void LibBox::ClearBox()
 
 // class LanguageBoxControl ----------------------------------------------
 
-/*! Macro for implementation two metods for LanguageBoxControl Class
+/*! Macro for implementation two methods for LanguageBoxControl Class
  *
  * @code
  * SfxToolBoxControl* LanguageBoxControl::CreateImpl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx)


More information about the Libreoffice-commits mailing list