summaryrefslogtreecommitdiffstats
path: root/include/rtl/ustring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/ustring.hxx')
-rw-r--r--include/rtl/ustring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index f5aa1312b000..1731bb905c76 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -3610,7 +3610,7 @@ struct OUStringHash
persistently, as its computation may change in later revisions.
*/
size_t operator()(const OUString& rString) const
- { return (size_t)rString.hashCode(); }
+ { return static_cast<size_t>(rString.hashCode()); }
};
/* ======================================================================= */