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 | c18f5c2ae97afe6b19734367967f819fb7423aaf (patch) | |
tree | 6469ff50108eb5d524269f62f69e1dfb85a07644 /sw/inc/txtatr.hxx | |
parent | c5bad04172a876c131c66bad8297bb2071037606 (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 5a36625d52..3af8e54bf6 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 |