summaryrefslogtreecommitdiff
path: root/automation/source/server/sta_list.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-06 13:32:50 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-06 13:32:50 +0000
commit06253816c71a9465abd2c9f1720e4fced973a7ad (patch)
treeb15cde851dede46432e4297a6fb2955716f80c54 /automation/source/server/sta_list.cxx
parentda1d529d7500536745f7285dd95287562bd9ccc6 (diff)
INTEGRATION: CWS warningfixes01 (1.18.4); FILE MERGED
2006/06/28 07:43:33 sb 1.18.4.1: #i66730# Fixed code for 64bit platforms again.
Diffstat (limited to 'automation/source/server/sta_list.cxx')
-rw-r--r--automation/source/server/sta_list.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx
index 62fbc806aa18..73a3029bbc60 100644
--- a/automation/source/server/sta_list.cxx
+++ b/automation/source/server/sta_list.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sta_list.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:24:33 $
+ * last change: $Author: kz $ $Date: 2006-07-06 14:32:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -992,7 +992,11 @@ String StatementList::ClientTree(Window *pBase, int Indent)
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(":");