[Libreoffice-commits] core.git: sw/source

Julien Nabet serval2412 at yahoo.fr
Thu Mar 28 06:06:11 PDT 2013


 sw/source/core/doc/doc.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e885b4abae508442b10cbb7f45624850ff7ba9af
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Mar 25 23:29:52 2013 +0100

    coverity#704348 Logically dead code
    
    Change-Id: I8c97042c07e3eb66468591fa9c486998ffb1e37f
    Reviewed-on: https://gerrit.libreoffice.org/3048
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Reviewed-by: Christoph Brill <egore911 at gmail.com>
    Reviewed-by: Petr Mladek <pmladek at suse.cz>
    Tested-by: Petr Mladek <pmladek at suse.cz>

diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 6700590..907ff63 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -2473,6 +2473,7 @@ bool SwDoc::ConvertFieldsToText()
                     aPam2.SetMark();
                     aPam2.Move();
                     DeleteAndJoin(aPam2);//remove the field
+                    bRet=true;
                 }
             }
             ++aBegin;


More information about the Libreoffice-commits mailing list