summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-23 19:26:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-23 19:26:02 +0100
commit8af13dd19d589c9996848fab7f4967f9018751d6 (patch)
treeb4b5737fcac5648567e8da6142047b3368cc1481 /sw
parent10b803cf8f065f73b784304d5434b2ccd2baac46 (diff)
loplugin:staticcall
Change-Id: If662a616839aef33340d13a42c998cea50759083
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/itrform2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index 569840cb1912..082a8359a68a 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -2736,7 +2736,7 @@ namespace {
{
nReformat = txtFormatInfo.GetLineStart();
//reset the margin flag - prevent loops
- rThis.SetRightMargin(false);
+ SwTextCursor::SetRightMargin(false);
}
}