diff options
Diffstat (limited to 'include/editeng/editdata.hxx')
-rw-r--r-- | include/editeng/editdata.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx index 7d8e931268c2..6b86c4399002 100644 --- a/include/editeng/editdata.hxx +++ b/include/editeng/editdata.hxx @@ -227,8 +227,6 @@ struct HtmlImportInfo OUString aText; - SfxItemSet* pAttrs; - HtmlImportInfo( HtmlImportState eState, SvParser<HtmlTokenId>* pPrsrs, const ESelection& rSel ); ~HtmlImportInfo(); }; @@ -244,8 +242,6 @@ struct RtfImportInfo OUString aText; - SvxRTFItemStackType* pAttrs; - RtfImportInfo( RtfImportState eState, SvParser<int>* pPrsrs, const ESelection& rSel ); ~RtfImportInfo(); }; |