sw/source/filter/ww8/ww8par.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit cded1cfce32d8a524259dbe88ce6238e3f25ec28
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed May 3 09:25:48 2017 +0200

    Comment on suspicious use of U+00B5 MICRO SIGN
    
    ...which had been like that at least since
    7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import".
    
    Change-Id: I16e3cc14ed459c5833f2bfa6ead3bec4e819db31
    Reviewed-on: https://gerrit.libreoffice.org/37184
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index a17a1e23662b..2de85b49bdbd 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -3524,6 +3524,8 @@ bool SwWW8ImplReader::ReadChar(long nPosCp, long nCpOfs)
         case 0x14:
             if( !m_bSpec )        // "Para End" char
                 cInsert = u'\x00b5';
+                    //TODO: should this be U+00B6 PILCROW SIGN rather than
+                    // U+00B5 MICRO SIGN?
             break;
         case 0x15:
             if( !m_bSpec )        // Juristenparagraph
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to