[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Dec 1 15:33:40 UTC 2018
sw/source/core/text/pormulti.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 70769fc81e57d9ba84aa0c4e4dfc0b30a6cd273d
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Dec 1 16:33:13 2018 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
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; }
More information about the Libreoffice-commits
mailing list