sw/source/core/text/pormulti.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 70769fc81e57d9ba84aa0c4e4dfc0b30a6cd273d Author: Stephan Bergmann <[email protected]> AuthorDate: Sat Dec 1 16:33:13 2018 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Sat Dec 1 16:33:13 2018 +0100 loplugin:redundantfcast Change-Id: Ifb6a8c21be89b940bb33e4b966785ec3f7113efa diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx index 43e25a83153a..1456136379e8 100644 --- a/sw/source/core/text/pormulti.hxx +++ b/sw/source/core/text/pormulti.hxx @@ -107,7 +107,7 @@ protected: , nDirection(0) { SetWhichPor(POR_MULTI); - SetLen(TextFrameIndex(nEnd)); + SetLen(nEnd); } void SetDouble() { bDouble = true; } void SetRuby() { bRuby = true; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
