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

Caolán McNamara caolanm at redhat.com
Tue Aug 25 02:09:19 PDT 2015


 sw/source/filter/ww8/ww8graf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d68539562a7d1f0472376855d9f8a25bd8fe93cf
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Aug 25 10:08:38 2015 +0100

    misplaced brace
    
    Change-Id: I6e43fd4a4b45f0217de8b6d93ef2403e46e39489

diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx
index 7e920d7..2b66ea6 100644
--- a/sw/source/filter/ww8/ww8graf.cxx
+++ b/sw/source/filter/ww8/ww8graf.cxx
@@ -758,7 +758,7 @@ void SwWW8ImplReader::InsertAttrsAsDrawingAttrs(long nStartCp, long nEndCp,
         }
         for (myIter aIter2 = aIter+1; aIter2 != aEnd; ++aIter2)
             aIter2->Adjust(nChanged);
-        }
+    }
 
     /*
      Don't worry about the new pPlcxMan, the restorer removes it when


More information about the Libreoffice-commits mailing list