summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/tree/style.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/style.hxx b/sdext/source/pdfimport/tree/style.hxx
index 8aafe555f728..ee7cafeabc93 100644
--- a/sdext/source/pdfimport/tree/style.hxx
+++ b/sdext/source/pdfimport/tree/style.hxx
@@ -71,7 +71,7 @@ namespace pdfi
return sum ^ size_t(rEntry.first.hashCode()) ^ size_t(rEntry.second.hashCode());
});
nRet ^= size_t(Contents.hashCode());
- nRet ^= size_t(ContainedElement);
+ nRet ^= reinterpret_cast<size_t>(ContainedElement);
for( size_t n = 0; n < SubStyles.size(); ++n )
nRet ^= size_t(SubStyles[n]);
return nRet;