[Libreoffice-commits] core.git: basctl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 7 23:08:14 UTC 2018
basctl/source/basicide/basicbox.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 148beecad4ead6378e3c92c0b48d37ad2f0ecfc0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Dec 7 16:32:28 2018 +0100
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat Dec 8 00:07:47 2018 +0100
Fix typos
Change-Id: I08a4494ca249dbbb444643052bcff1740e089e26
Reviewed-on: https://gerrit.libreoffice.org/64785
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/basctl/source/basicide/basicbox.hxx b/basctl/source/basicide/basicbox.hxx
index e7c7bb907b83..8c183ff30793 100644
--- a/basctl/source/basicide/basicbox.hxx
+++ b/basctl/source/basicide/basicbox.hxx
@@ -35,7 +35,7 @@ class LibBoxControl : public SfxToolBoxControl
{
public:
/*!
- * Macro for registring two metods
+ * Macro for registering two methods
*
* @code
* static SfxToolBoxControl* CreateImpl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx)
@@ -164,7 +164,7 @@ private:
class LanguageBoxControl : public SfxToolBoxControl
{
public:
- /*! Macro for registring two metods
+ /*! Macro for registering two methods
*
* @code
* static SfxToolBoxControl* CreateImpl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx)
@@ -235,9 +235,9 @@ protected:
virtual bool PreNotify(NotifyEvent& rNEvt) override;
private:
- /// Delete all langiages form ComboBox
+ /// Delete all languages from ComboBox
void ClearBox();
- /// Swich inferface of dialog to selected language
+ /// Switch inferface of dialog to selected language
void SetLanguage();
/// Fill up the language combobox
More information about the Libreoffice-commits
mailing list