sw/source/core/text/itrform2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8af13dd19d589c9996848fab7f4967f9018751d6
Author: Stephan Bergmann <sberg...@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);
                 }
             }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to