diff options
author | Michael Stahl <mst@openoffice.org> | 2009-11-05 18:38:26 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2009-11-05 18:38:26 +0100 |
commit | 31b2c21980fb411312362e04e3344b0b915dfb50 (patch) | |
tree | 2a9554bfecf8190f402213e0fec7cb3184c2368c /sw/inc/txtatr.hxx | |
parent | 99b85ccbd02b33841ec0767593cab1bef3f26154 (diff) |
#i58667#: sw refactoring:
remove class SwTxtXMLAttrContainer.
adapt code to the fact that there are no RES_UNKNOWNATR_CONTAINER text hints.
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r-- | sw/inc/txtatr.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
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 |