[Libreoffice-commits] core.git: sw/inc sw/source
Julien Nabet
serval2412 at yahoo.fr
Sun Feb 12 07:41:35 UTC 2017
sw/inc/comcore.hrc | 2 +-
sw/source/core/edit/autofmt.cxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d707687fe3bc3a12bb372846392e6630ccc9299e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Feb 11 20:33:02 2017 +0100
Typo: NUMBULET->NUMBULLET
Change-Id: Ib8d874d77e1a1bb9ef6630f3f2f62c8c8c92e82b
Reviewed-on: https://gerrit.libreoffice.org/34157
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/inc/comcore.hrc b/sw/inc/comcore.hrc
index 1d73e40..4b7abea 100644
--- a/sw/inc/comcore.hrc
+++ b/sw/inc/comcore.hrc
@@ -92,7 +92,7 @@
#define STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT 16
#define STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT 17
#define STR_AUTOFMTREDL_SET_TMPL_HEADLINE 18
-#define STR_AUTOFMTREDL_SET_NUMBULET 19
+#define STR_AUTOFMTREDL_SET_NUMBULLET 19
#define STR_AUTOFMTREDL_DEL_MORELINES 20
#define STR_AUTOFMTREDL_NON_BREAK_SPACE 21
// !!!!!!!!!!!!!!!!!!!!!!!!!! always set the correct end !!!!!!!!!!!!
diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx
index 42444dd..6216ae6 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;
More information about the Libreoffice-commits
mailing list