diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-06 14:30:18 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-12-07 21:30:19 +0100 |
commit | dbc1b8a596cdba67e12c659a02c9fc1475799847 (patch) | |
tree | 3d57512bd1c724af1c563d4aea3a740e24a8605a /basctl | |
parent | 2f9ce888e1b2c1479a227b9833733098d8197159 (diff) |
Fix typo
Change-Id: Idc4dc73e61b828f989e6c8b46a6fc1fa43253ae6
Reviewed-on: https://gerrit.libreoffice.org/64740
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basicbox.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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) |