diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-11 20:33:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-12 07:40:56 +0000 |
commit | d707687fe3bc3a12bb372846392e6630ccc9299e (patch) | |
tree | 716d9ef4f3d70ca29432834ebafc29bf17bf8592 /sw/source | |
parent | 7017c1bb492e208f9bbdf5f57c533d8a1a3a28d7 (diff) |
Typo: NUMBULET->NUMBULLET
Change-Id: Ib8d874d77e1a1bb9ef6630f3f2f62c8c8c92e82b
Reviewed-on: https://gerrit.libreoffice.org/34157
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/edit/autofmt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx index 42444ddbb0f1..6216ae6f1bc0 100644 --- a/sw/source/core/edit/autofmt.cxx +++ b/sw/source/core/edit/autofmt.cxx @@ -270,7 +270,7 @@ void SwAutoFormat::SetRedlineText_( sal_uInt16 nActionId ) sText = SwViewShell::GetShellRes()->GetAutoFormatNameLst()[ nActionId ]; switch( nActionId ) { - case STR_AUTOFMTREDL_SET_NUMBULET: + case STR_AUTOFMTREDL_SET_NUMBULLET: case STR_AUTOFMTREDL_DEL_MORELINES: // AutoCorrect actions @@ -1376,7 +1376,7 @@ void SwAutoFormat::BuildText() void SwAutoFormat::BuildEnum( sal_uInt16 nLvl, sal_uInt16 nDigitLevel ) { - SetRedlineText( STR_AUTOFMTREDL_SET_NUMBULET ); + SetRedlineText( STR_AUTOFMTREDL_SET_NUMBULLET ); bool bBreak = true; |