summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-12-01 16:33:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-12-01 16:33:13 +0100
commit70769fc81e57d9ba84aa0c4e4dfc0b30a6cd273d (patch)
treeccc86021cd665d5c57e235c9d9fde992671c67bb /sw
parent7d459621de27574f02588190e5fef7804cc3a0c1 (diff)
loplugin:redundantfcast
Change-Id: Ifb6a8c21be89b940bb33e4b966785ec3f7113efa
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/pormulti.hxx2
1 files changed, 1 insertions, 1 deletions
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; }