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