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