summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}