summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/font/fontselect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/font/fontselect.cxx b/vcl/source/font/fontselect.cxx
index 8141c859ba94..062261263409 100644
--- a/vcl/source/font/fontselect.cxx
+++ b/vcl/source/font/fontselect.cxx
@@ -114,7 +114,7 @@ size_t FontSelectPatternAttributes::hashCode() const
{
nHash = maSearchName.hashCode();
}
- nHash += 11 * mnHeight;
+ nHash += 11U * mnHeight;
nHash += 19 * GetWeight();
nHash += 29 * GetItalic();
nHash += 37 * mnOrientation;