summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i66730
blob: d03e672a08d8123fdfbffc1ec675cb4953f1ac87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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(":");