[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Tue Feb 23 18:26:30 UTC 2016
sw/source/core/text/itrform2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8af13dd19d589c9996848fab7f4967f9018751d6
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Feb 23 19:26:02 2016 +0100
loplugin:staticcall
Change-Id: If662a616839aef33340d13a42c998cea50759083
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index 569840c..082a835 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);
}
}
More information about the Libreoffice-commits
mailing list