diff options
-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 |