[Libreoffice-commits] core.git: Branch 'libreoffice-4-2-3' - sw/source

Andras Timar andras.timar at collabora.com
Mon Mar 17 02:36:37 PDT 2014


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

New commits:
commit b9acee2fe2e7308ea7243b91b630dafbfc2574b7
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sat Mar 15 18:51:49 2014 +0100

    fdo#75040 fix application of help's stylesheet
    
    it was regression from 73e3aafa990168aa532fa7b81fc4de8f455b10e1
    
    Change-Id: I059f08b12bb7847472946f3b2a669015ec437be5
    (cherry picked from commit 2e3969cb8bb235fed483ce49ddee5ea731376893)
    Reviewed-on: https://gerrit.libreoffice.org/8609
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx
index ea8ea42..69eddb7 100644
--- a/sw/source/filter/html/htmlcss1.cxx
+++ b/sw/source/filter/html/htmlcss1.cxx
@@ -646,7 +646,7 @@ static CSS1SelectorType GetTokenAndClass( const CSS1Selector *pSelector,
         }
     }
 
-    rToken = rToken.toAsciiUpperCase();
+    rToken = rToken.toAsciiLowerCase();
     return eType;
 }
 


More information about the Libreoffice-commits mailing list