Kaydet (Commit) ba9e005e authored tarafından Michael Stahl's avatar Michael Stahl

editeng: need to prevent MSVC from generating SvxRTFParser copy too

Change-Id: Ia6bea0834ebca3ed51c19c0165a3be1373c46d26
üst aa354f27
...@@ -204,6 +204,9 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser ...@@ -204,6 +204,9 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser
// sal_False - in RightToLeft char run def. // sal_False - in RightToLeft char run def.
bool bIsInReadStyleTab : 1; // sal_True - in ReadStyleTable bool bIsInReadStyleTab : 1; // sal_True - in ReadStyleTable
SvxRTFParser(SvxRTFParser const&) = delete;
void operator=(SvxRTFParser const&) = delete;
void ClearColorTbl(); void ClearColorTbl();
void ClearFontTbl(); void ClearFontTbl();
void ClearStyleTbl(); void ClearStyleTbl();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment