summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/swhtml.hxx')
-rw-r--r--sw/source/filter/html/swhtml.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index 41ad4af41332..a1ec47dded5e 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -36,6 +36,7 @@
#include <vector>
#include <deque>
#include <stack>
+#include <set>
class SfxMedium;
class SfxViewFrame;
@@ -491,6 +492,8 @@ class SwHTMLParser : public SfxHTMLParser, public SwClient
*/
std::stack<SwOLENode*> m_aEmbeds;
+ std::vector<OUString> m_aAllowedRTFOLEMimeTypes;
+
void DeleteFormImpl();
void DocumentDetected();