View | Details | Raw Unified | Return to issue 72336
Collapse All | Expand All

(-)ooo_SRC680_m196_src.orig/svtools/source/items1/stylepool.cxx (-1 / +1 lines)
Lines 187-193 Link Here
187
187
188
::rtl::OUString StylePool::nameOf( SfxItemSet_Pointer_t pSet )
188
::rtl::OUString StylePool::nameOf( SfxItemSet_Pointer_t pSet )
189
{
189
{
190
    return ::rtl::OUString::valueOf( reinterpret_cast<sal_Int32>( pSet.get() ), 16 );
190
    return ::rtl::OUString::valueOf( reinterpret_cast<sal_IntPtr>( pSet.get() ), 16 );
191
}
191
}
192
192
193
// class StylePoolImpl organized a tree-structure where every node represents a SfxItemSet.
193
// class StylePoolImpl organized a tree-structure where every node represents a SfxItemSet.

Return to issue 72336