summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i75708
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i75708')
-rw-r--r--editors/openoffice-3-devel/files/patch-i7570816
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i75708 b/editors/openoffice-3-devel/files/patch-i75708
new file mode 100644
index 000000000000..1fc8565c4fd4
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i75708
@@ -0,0 +1,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() );
+ }
+
+ //--------------------------------------------------------------------