summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i72236
blob: 3b4d0d4db93b3aa0e4062a658d90f1c8aa12b9dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.