From 31b2c21980fb411312362e04e3344b0b915dfb50 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 5 Nov 2009 18:38:26 +0100 Subject: #i58667#: sw refactoring: remove class SwTxtXMLAttrContainer. adapt code to the fact that there are no RES_UNKNOWNATR_CONTAINER text hints. --- sw/inc/txtatr.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sw/inc/txtatr.hxx') diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx index 92b51fede495..d9e9463a30a7 100644 --- a/sw/inc/txtatr.hxx +++ b/sw/inc/txtatr.hxx @@ -60,15 +60,6 @@ public: }; -// ATT_XMLCONTAINERITEM ****************************** - -class SwTxtXMLAttrContainer : public SwTxtAttrEnd -{ -public: - SwTxtXMLAttrContainer( SvXMLAttrContainerItem& rAttr, - xub_StrLen nStart, xub_StrLen nEnd ); -}; - // ****************************** class SwTxtAttrNesting : public SwTxtAttrEnd -- cgit