summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i66730
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-07-01 02:54:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-07-01 02:54:34 +0000
commitd34db6058291c92c7ab9fbd3499a749a60d7f543 (patch)
treef08e96f13a033656dae27cc488a55ddb5238a895 /editors/openoffice.org-2.0-devel/files/patch-i66730
parentNow math/atlas* only build shared libs by default, (diff)
Fix for amd64
Notes
Notes: svn path=/head/; revision=166682
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-i6673021
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i66730 b/editors/openoffice.org-2.0-devel/files/patch-i66730
new file mode 100644
index 000000000000..d03e672a08d8
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-i66730
@@ -0,0 +1,21 @@
+Index: automation/source/server/sta_list.cxx
+===================================================================
+RCS file: /cvs/util/automation/source/server/sta_list.cxx,v
+retrieving revision 1.18
+retrieving revision 1.18.4.1
+diff -u -r1.18 -r1.18.4.1
+--- automation/source/server/sta_list.cxx 20 Jun 2006 00:24:33 -0000 1.18
++++ automation/source/server/sta_list.cxx 28 Jun 2006 07:43:33 -0000 1.18.4.1
+@@ -992,7 +992,11 @@
+ WRITEc("UId : ");
+ WRITE(UIdString(pBase->GetSmartUniqueOrHelpId()));
+ WRITEc(":0x");
+- WRITE(String::CreateFromInt32( sal_Int32(pBase), 16 ));
++ WRITE(
++ String::CreateFromInt64(
++ sal::static_int_cast< sal_Int64 >(
++ reinterpret_cast< sal_IntPtr >(pBase)),
++ 16 ));
+ WRITEc(":");
+ WRITE(pBase->GetQuickHelpText());
+ WRITEc(":");