diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-07 16:32:28 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-12-08 00:07:47 +0100 |
commit | 148beecad4ead6378e3c92c0b48d37ad2f0ecfc0 (patch) | |
tree | e8e167bc3b2d25430a24c298f3c65cf684d499de /basctl | |
parent | 6896184167ad084fad298ababff7e6d026d0b929 (diff) |
Fix typos
Change-Id: I08a4494ca249dbbb444643052bcff1740e089e26
Reviewed-on: https://gerrit.libreoffice.org/64785
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basicbox.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 |