Index: inc/pyuno/pyuno.hxx
===================================================================
RCS file: /cvs/udk/pyuno/inc/pyuno/pyuno.hxx,v
retrieving revision 1.3
retrieving revision 1.3.64.1
diff -u -r1.3 -r1.3.64.1
--- inc/pyuno/pyuno.hxx	17 Dec 2003 18:45:27 -0000	1.3
+++ inc/pyuno/pyuno.hxx	5 Dec 2005 08:22:21 -0000	1.3.64.1
@@ -124,7 +124,7 @@
 
     struct Hash
     {
-        int operator () ( const PyRef &r) const { return (int) r.get(); }
+        sal_IntPtr operator () ( const PyRef &r) const { return sal_IntPtr( r.get() ); }
     };
 };