include/editeng/svxrtf.hxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit 4fc6a0e770f807029884461f33b8acdc80af693b Author: Michael Stahl <mst...@redhat.com> Date: Mon Jul 20 14:00:19 2015 +0200
editeng: try to prevent MSVC from generating copy assignment Change-Id: I9d7928298a6f769f840db51c89ffbe12b443a1dc diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 19a3f84..c9b49f1 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -328,6 +328,9 @@ class EDITENG_DLLPUBLIC SvxRTFItemStackType SvxRTFItemStackList* m_pChildList; sal_uInt16 nStyleNo; + SvxRTFItemStackType(SvxRTFItemStackType const&) = delete; + void operator=(SvxRTFItemStackType const&) = delete; + SvxRTFItemStackType( SfxItemPool&, const sal_uInt16* pWhichRange, const SvxPosition& ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits