[Libreoffice-commits] core.git: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 24 15:51:46 UTC 2019
cui/source/tabpages/numfmt.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6fd891839a45f9a3e7a7bd2c9e8f13388e7992cd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jan 20 16:03:16 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jan 24 16:51:17 2019 +0100
Fix typo
Change-Id: I0fbde0f7394045114ea58e386ed636735dc3ab02
Reviewed-on: https://gerrit.libreoffice.org/66765
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index 9fe34f17b6c5..d933643f8611 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -451,7 +451,7 @@ void SvxNumberFormatTabPage::Reset( const SfxItemSet* rSet )
}
// pNumItem must have been set from outside!
- DBG_ASSERT( pNumItem, "No NumberInfo, no NumberFormatter, good bye.CRASH. :-(" );
+ DBG_ASSERT( pNumItem, "No NumberInfo, no NumberFormatter, goodbye. CRASH. :-(" );
eState = rSet->GetItemState( GetWhich( SID_ATTR_NUMBERFORMAT_VALUE ) );
@@ -1356,7 +1356,7 @@ bool SvxNumberFormatTabPage::Click_Impl(weld::Button& rIB)
{
if ( bAdded && (nFmtLbSelPos != SELPOS_NONE) )
{
- // everything alright
+ // everything all right
if(bOneAreaFlag) //@@ ???
SetCategory(0);
else
More information about the Libreoffice-commits
mailing list