diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-17 16:41:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-17 21:53:28 +0200 |
commit | 64a3124d928f337011cad137c2c059f1ef064377 (patch) | |
tree | cdcea46848e5b61872716d8deb6f5d5b8f57894a /sfx2/source | |
parent | fc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff) |
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3
Reviewed-on: https://gerrit.libreoffice.org/41194
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/control/ctrlitem.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/control/objface.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/inc/statcach.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/control/ctrlitem.cxx b/sfx2/source/control/ctrlitem.cxx index dadead816898..19a45080eb01 100644 --- a/sfx2/source/control/ctrlitem.cxx +++ b/sfx2/source/control/ctrlitem.cxx @@ -42,7 +42,7 @@ bool SfxControllerItem::IsBound() const } -// registeres with the id at the bindings +// registers with the id at the bindings void SfxControllerItem::Bind( sal_uInt16 nNewId, SfxBindings *pBindinx ) { @@ -182,7 +182,7 @@ SfxControllerItem::SfxControllerItem(): } -// creates a representation of the function nId and registeres it +// creates a representation of the function nId and registers it SfxControllerItem::SfxControllerItem( sal_uInt16 nID, SfxBindings &rBindings ): nId(nID), diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx index d990763f140d..0019f6d57905 100644 --- a/sfx2/source/control/objface.cxx +++ b/sfx2/source/control/objface.cxx @@ -99,7 +99,7 @@ struct SfxInterface_Impl static SfxObjectUI_Impl* CreateObjectBarUI_Impl(sal_uInt16 nPos, SfxVisibilityFlags nFlags, ToolbarId eId, SfxShellFeature nFeature); -// constuctor, registeres a new unit +// constuctor, registers a new unit SfxInterface::SfxInterface( const char *pClassName, bool bUsableSuperClass, SfxInterfaceId nId, diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx index a93f2813491b..6f17fe20dbb7 100644 --- a/sfx2/source/inc/statcach.hxx +++ b/sfx2/source/inc/statcach.hxx @@ -117,7 +117,7 @@ inline void SfxStateCache::ClearCache() } -// registeres a item representing this function +// registers a item representing this function inline SfxControllerItem* SfxStateCache::ChangeItemLink( SfxControllerItem* pNewBinding ) { |