summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/editeng/svxrtf.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index c9b49f15e3f2..8e8276ffb063 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -204,6 +204,9 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser
// sal_False - in RightToLeft char run def.
bool bIsInReadStyleTab : 1; // sal_True - in ReadStyleTable
+ SvxRTFParser(SvxRTFParser const&) = delete;
+ void operator=(SvxRTFParser const&) = delete;
+
void ClearColorTbl();
void ClearFontTbl();
void ClearStyleTbl();