diff options
author | Andras Timar <atimar@suse.com> | 2013-02-20 17:24:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-20 17:25:30 +0100 |
commit | b37a07f2da6c4fcc1a01cc3ea547c558c23edd71 (patch) | |
tree | 0fc40179b95c3fb5511afdff378217b3bf4a818b /vbahelper | |
parent | 28300209604ee1bb8e5050322b29e95a07f679d8 (diff) |
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbacommandbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbacommandbar.cxx b/vbahelper/source/vbahelper/vbacommandbar.cxx index 305c9801ece7..9c1387274a47 100644 --- a/vbahelper/source/vbahelper/vbacommandbar.cxx +++ b/vbahelper/source/vbahelper/vbacommandbar.cxx @@ -76,7 +76,7 @@ ScVbaCommandBar::setName( const OUString& _name ) throw (uno::RuntimeException) ::sal_Bool SAL_CALL ScVbaCommandBar::getVisible() throw (uno::RuntimeException) { - // menu bar is allways visible in OOo + // menu bar is always visible in OOo if( m_bIsMenu ) return sal_True; |