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

Stephan Bergmann sbergman at redhat.com
Thu May 11 16:05:17 UTC 2017


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

New commits:
commit cded1cfce32d8a524259dbe88ce6238e3f25ec28
Author: Stephan Bergmann <sbergman at 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 <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at 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


More information about the Libreoffice-commits mailing list