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

Andras Timar andras.timar at collabora.com
Sat Mar 15 10:57:05 PDT 2014


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

New commits:
commit 2e3969cb8bb235fed483ce49ddee5ea731376893
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

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


More information about the Libreoffice-commits mailing list