diff options
-rw-r--r-- | sdext/source/pdfimport/tree/style.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/style.hxx b/sdext/source/pdfimport/tree/style.hxx index d29cf8e5412a..859f99879c37 100644 --- a/sdext/source/pdfimport/tree/style.hxx +++ b/sdext/source/pdfimport/tree/style.hxx @@ -84,7 +84,7 @@ namespace pdfi nRet ^= size_t(it->first.hashCode()); nRet ^= size_t(it->second.hashCode()); } - nRet = size_t(Contents.hashCode()); + nRet ^= size_t(Contents.hashCode()); nRet ^= size_t(ContainedElement); for( size_t n = 0; n < SubStyles.size(); ++n ) nRet ^= size_t(SubStyles[n]); |