summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-i72236
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-i72236')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-i7223611
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i72236 b/editors/openoffice.org-vcltesttool/files/patch-i72236
deleted file mode 100644
index 3b4d0d4db93b..000000000000
--- a/editors/openoffice.org-vcltesttool/files/patch-i72236
+++ /dev/null
@@ -1,11 +0,0 @@
---- svtools/source/items1/stylepool.cxx 2006-12-10 20:59:39.000000000 +0100
-+++ svtools/source/items1/stylepool.cxx 2006-12-10 20:59:57.000000000 +0100
-@@ -187,7 +187,7 @@
-
- ::rtl::OUString StylePool::nameOf( SfxItemSet_Pointer_t pSet )
- {
-- return ::rtl::OUString::valueOf( reinterpret_cast<sal_Int32>( pSet.get() ), 16 );
-+ return ::rtl::OUString::valueOf( reinterpret_cast<sal_IntPtr>( pSet.get() ), 16 );
- }
-
- // class StylePoolImpl organized a tree-structure where every node represents a SfxItemSet.