[Libreoffice-commits] core.git: include/editeng
Michael Stahl
mstahl at redhat.com
Mon Jul 20 05:07:00 PDT 2015
include/editeng/svxrtf.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4fc6a0e770f807029884461f33b8acdc80af693b
Author: Michael Stahl <mstahl at 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& );
More information about the Libreoffice-commits
mailing list