aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i75708
blob: 1fc8565c4fd44a1ec091303e9fe32dbd2a5e5ec8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: basctl/source/basicide/scriptdocument.cxx
===================================================================
RCS file: /cvs/script/basctl/source/basicide/scriptdocument.cxx,v
retrieving revision 1.2
diff -u -r1.2 scriptdocument.cxx
--- basctl/source/basicide/scriptdocument.cxx	15 Mar 2007 15:59:30 -0000	1.2
+++ basctl/source/basicide/scriptdocument.cxx	25 Mar 2007 21:09:03 -0000
@@ -921,7 +921,7 @@
     //--------------------------------------------------------------------
     sal_Int32 ScriptDocument::hashCode() const
     {
-        return reinterpret_cast< sal_Int32 >( m_pImpl->getObjectShell() );
+        return reinterpret_cast< sal_IntPtr >( m_pImpl->getObjectShell() );
     }
 
     //--------------------------------------------------------------------