summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-03-15 18:51:49 +0100
committerAndras Timar <andras.timar@collabora.com>2014-03-15 18:56:42 +0100
commit2e3969cb8bb235fed483ce49ddee5ea731376893 (patch)
tree62b25f75b6ac2ecedd485c760926fab7093cdce8
parent5a6c33bdfdf7de03cd0f18d3bba7f4b5749eda70 (diff)
fdo#75040 fix application of help's stylesheet
it was regression from 73e3aafa990168aa532fa7b81fc4de8f455b10e1 Change-Id: I059f08b12bb7847472946f3b2a669015ec437be5
-rw-r--r--sw/source/filter/html/htmlcss1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx
index 186fe93ca0c2..17a02cddec0c 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;
}