summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-03-15 18:51:49 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2014-03-15 19:15:36 +0000
commitca1e73d7e91f35cede3d3e6220f9b86dcd55e427 (patch)
treed964986e99bbc9477f93cca28cdd2176d63bae6f /sw
parentd01abcc7beb215c7e425248f690db8a642f00c73 (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/8608 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw')
-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;
}