[Libreoffice-commits] core.git: include/filter

Michael Stahl mstahl at redhat.com
Fri Jul 24 02:20:51 PDT 2015


 include/filter/msfilter/svdfppt.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 79ebd13ffa69b6076d663089ba13f814aa80bcff
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Jul 24 11:13:49 2015 +0200

    filter: MSVC wants to generate unnecessary copy assignment again
    
    Change-Id: I273b47a6d30e6fcb597e43188f93e0e8f834c929

diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index e355d65..6dc7d3d 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


More information about the Libreoffice-commits mailing list