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

New commits:
commit daa2e16d2f874508257a809aee183ffd7fd8eacf
Author: Michael Stahl <[email protected]>
Date:   Mon Jun 12 12:13:27 2017 +0200

    sw: GCC still complains about "multi-line comment" [-Werror=comment]
    
    Apparently a trailing space after the "\" does not prevent the warning?
    
    Let's work around harder...
    
    Change-Id: I05239697b26cd53df719ed520826db60a7805417

diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index daaddd7ada2f..3a8fe2915114 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -1045,7 +1045,7 @@ void SwWW8ImplReader::MakeTagString( OUString& rStr, 
const OUString& rOrg )
             case 21:
                 rStr = rStr.replaceAt( nI, 1, "}" );
                 break;
-            case '\\':                      // Tag \{|} with \ 
+            case '\\':                      // Tag \{|} with \ ...
             case '{':
             case '|':
             case '}':
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to