sc/source/ui/unoobj/chart2uno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 46adebe23a69961f83e1ebcec3a9b76d279d2e3f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 20 19:24:32 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue May 21 09:27:28 2019 +0200 Fix typo Change-Id: Ia76c2ccc294b8e8fa5a7cd339f30c0c3194c9327 Reviewed-on: https://gerrit.libreoffice.org/72627 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index ea575923bd68..476ee6e22513 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -170,7 +170,7 @@ struct TokenTable void push_back( std::unique_ptr<FormulaToken> pToken ) { maTokens.push_back( std::move(pToken) ); - OSL_ENSURE( maTokens.size()<= static_cast<sal_uInt32>( mnColCount*mnRowCount ), "too much tokens" ); + OSL_ENSURE( maTokens.size()<= static_cast<sal_uInt32>( mnColCount*mnRowCount ), "too many tokens" ); } sal_uInt32 getIndex(SCCOL nCol, SCROW nRow) const _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits