diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-02 12:04:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-02 12:04:31 +0200 |
commit | 3038794d2e50b6274a88d5b4faaf62b71bb7be17 (patch) | |
tree | 79805e8aeed2cfd726f04dfe3c3def4ba79a87d2 /basic | |
parent | 3d67e273cf8b210f2f80908dfa4f50be6acbcf5c (diff) |
basic: typo
Change-Id: I10c9e480a94a966dac4f6c17fc69fa8892c56955
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index 6713e4be262f..10228a89810d 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -2171,7 +2171,7 @@ void SbMethod::Broadcast( sal_uIntPtr nHintId ) SbMethodRef xHolder = pThisCopy; if( mpPar.Is() ) { - // Enrigister this as element 0, but don't reset the parent! + // Enregister this as element 0, but don't reset the parent! switch( GetType() ) { case SbxEMPTY: case SbxVOID: |