diff -urN ooo_SRC680_m196_src.orig/svtools/source/items1/stylepool.cxx ooo_SRC680_m196_src/svtools/source/items1/stylepool.cxx --- ooo_SRC680_m196_src.orig/svtools/source/items1/stylepool.cxx 2006-12-10 20:59:39.000000000 +0100 +++ ooo_SRC680_m196_src/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( pSet.get() ), 16 ); + return ::rtl::OUString::valueOf( reinterpret_cast( pSet.get() ), 16 ); } // class StylePoolImpl organized a tree-structure where every node represents a SfxItemSet.