summaryrefslogtreecommitdiff
path: root/slideshow/source/engine
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine')
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/nodetools.cxx b/slideshow/source/engine/animationnodes/nodetools.cxx
index f509e680c04b..c6b5c86f737f 100644
--- a/slideshow/source/engine/animationnodes/nodetools.cxx
+++ b/slideshow/source/engine/animationnodes/nodetools.cxx
@@ -34,7 +34,7 @@ namespace slideshow::internal
{
return OUString::number(lcl_nOffset) +
" - 0x" +
- OUString::number(reinterpret_cast<sal_Int64>(pNode), 16);
+ OUString::number(reinterpret_cast<sal_IntPtr>(pNode), 16);
}
void debugNodesShowTree( const BaseNode* pNode )