diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-24 11:13:49 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-24 11:14:41 +0200 |
commit | 79ebd13ffa69b6076d663089ba13f814aa80bcff (patch) | |
tree | 18c5a3d0b54e303aeb2c774043582a1b70153991 | |
parent | a41140d7573aef6fd9a86a38e2a8e07de7afb007 (diff) |
filter: MSVC wants to generate unnecessary copy assignment again
Change-Id: I273b47a6d30e6fcb597e43188f93e0e8f834c929
-rw-r--r-- | include/filter/msfilter/svdfppt.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx index e355d6537c27..6dc7d3d9d63f 100644 --- a/include/filter/msfilter/svdfppt.hxx +++ b/include/filter/msfilter/svdfppt.hxx @@ -1160,6 +1160,9 @@ class MSFILTER_DLLPUBLIC PPTParagraphObj const PPTStyleSheet& mrStyleSheet; sal_uInt32 mnInstance; + PPTParagraphObj(PPTParagraphObj const&) = delete; + void operator=(PPTParagraphObj const&) = delete; + public: bool mbTab; // if true, this paragraph has tabulators in text |