diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-06 10:05:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-05-07 12:45:36 +0200 |
commit | fbd414741157b969924318462ebfcfb5ccf4d3dc (patch) | |
tree | b870499ce98153af72233f67d2322c95d678d590 /basctl | |
parent | 3d4938d2d8dc18c7b741efe90686f55f524fcfe2 (diff) |
Fix typos
To complete commit 076758857a98
Change-Id: I6424109e3aee8a3236e40168bdd98c725a7afafb
Reviewed-on: https://gerrit.libreoffice.org/37306
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/macrodlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx index c060df0765fe..db4f1142942f 100644 --- a/basctl/source/basicide/macrodlg.cxx +++ b/basctl/source/basicide/macrodlg.cxx @@ -513,7 +513,7 @@ IMPL_LINK( MacroChooser, BasicSelectHdl, SvTreeListBox *, pBox, void ) SbMethod* pMethod = static_cast<SbMethod*>(pModule->GetMethods()->Get( iMeth )); if( pMethod->IsHidden() ) continue; - DBG_ASSERT( pMethod, "Methode not found! (NULL)" ); + DBG_ASSERT( pMethod, "Method not found! (NULL)" ); sal_uInt16 nStart, nEnd; pMethod->GetLineRange( nStart, nEnd ); aMacros.insert( map< sal_uInt16, SbMethod*>::value_type( nStart, pMethod ) ); |