summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-03-15 18:51:49 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-03-17 09:36:13 +0000
commitb9acee2fe2e7308ea7243b91b630dafbfc2574b7 (patch)
tree4f1e4206b6a85c0dd67e7fc6b56a3543ecdd4057
parent13686e068a057feb395308dfdce6df6717e1e4e6 (diff)
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@gmail.com> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-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 ea8ea42a0634..69eddb75d784 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;
}