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

Andras Timar andras.timar at collabora.com
Sat Mar 15 12:16:00 PDT 2014


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

New commits:
commit ca1e73d7e91f35cede3d3e6220f9b86dcd55e427
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/8608
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.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