summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-i72236
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-i72236')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-i7223611
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i72236 b/editors/openoffice.org-2-devel/files/patch-i72236
new file mode 100644
index 000000000000..3b4d0d4db93b
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-i72236
@@ -0,0 +1,11 @@
+--- 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.