diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:51:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:51:28 +0200 |
commit | 5a3f4ccd6e98412b3e773f9790b8f078569578ae (patch) | |
tree | 9b65e9aba7f4fb816a34ae185d257ec82842d9c1 /svl | |
parent | 66f67c27f520d58db120ac479a9ea695e8ddbf61 (diff) |
loplugin:defaultparams
Change-Id: I1594cfb1bbada16c9ef13d98adb6edfaf0205405
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/sitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/sitem.cxx b/svl/source/items/sitem.cxx index 1dda3befbb91..5013f9bb2d29 100644 --- a/svl/source/items/sitem.cxx +++ b/svl/source/items/sitem.cxx @@ -24,7 +24,7 @@ SfxSetItem::SfxSetItem( sal_uInt16 which, const SfxItemSet &rSet) : SfxPoolItem(which), - pSet(rSet.Clone(true)) + pSet(rSet.Clone()) { } |