diff --git a/svl/source/misc/sharedstringpool.cxx b/svl/source/misc/sharedstringpool.cxx index 8cf20475bd5c..17e41e3a76ff 100644 --- a/svl/source/misc/sharedstringpool.cxx +++ b/svl/source/misc/sharedstringpool.cxx @@ -24,7 +24,7 @@ struct StringWithHash sal_Int32 hashCode; StringWithHash(OUString s) : str(std::move(s)) - , hashCode(s.hashCode()) + , hashCode(str.hashCode()) { }