Kaydet (Commit) 3fff3305 authored tarafından Noel Grandin's avatar Noel Grandin

fix crash

introduced by commit 4d666f50
"tdf#89329: use shared_ptr for pImpl in slstitm"

Change-Id: I69da5a716f1e6c9f56e0be5a97182be9dd329abc
üst 02858c3d
...@@ -81,7 +81,7 @@ SfxStringListItem::SfxStringListItem( sal_uInt16 which, SvStream& rStream ) : ...@@ -81,7 +81,7 @@ SfxStringListItem::SfxStringListItem( sal_uInt16 which, SvStream& rStream ) :
SfxStringListItem::SfxStringListItem( const SfxStringListItem& rItem ) : SfxStringListItem::SfxStringListItem( const SfxStringListItem& rItem ) :
SfxPoolItem( rItem ), SfxPoolItem( rItem ),
pImpl(rItem.pImpl.get()) pImpl(rItem.pImpl)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment