diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-01 16:33:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-01 16:33:13 +0100 |
commit | 70769fc81e57d9ba84aa0c4e4dfc0b30a6cd273d (patch) | |
tree | ccc86021cd665d5c57e235c9d9fde992671c67bb /sw | |
parent | 7d459621de27574f02588190e5fef7804cc3a0c1 (diff) |
loplugin:redundantfcast
Change-Id: Ifb6a8c21be89b940bb33e4b966785ec3f7113efa
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/pormulti.hxx | 2 |
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; } |