diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-01-07 08:15:35 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-01-07 08:15:35 -0800 |
commit | 44343e4979187b55072beb5b38ecd9d70a7c448b (patch) | |
tree | c8707504a79f40dee05931197a9b049de14ecda0 /xmloff/inc | |
parent | e8bf716e6dc616e67a940be048d2df2673e83fcf (diff) |
Remove DECLARE_LIST( XMLSectionList_Impl, XMLSectionImportContext* )
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/txtimp.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/xmloff/txtimp.hxx b/xmloff/inc/xmloff/txtimp.hxx index 4f1332da1e50..5e776200a08e 100644 --- a/xmloff/inc/xmloff/txtimp.hxx +++ b/xmloff/inc/xmloff/txtimp.hxx @@ -375,9 +375,6 @@ enum XMLTextType #define XML_TEXT_RENAME_TYPE_FRAME 10 #define XML_TEXT_RENAME_TYPE_TABLE 20 -// create type for section list, XMLSectionList_Impl -DECLARE_LIST( XMLSectionList_Impl, XMLSectionImportContext* ) - class XMLOFF_DLLPUBLIC XMLTextImportHelper : public UniRefBase, private boost::noncopyable { @@ -457,8 +454,6 @@ public: bool IsOrganizerMode() const; bool IsProgress() const; - XMLSectionList_Impl & GetSectionList(); - ::rtl::OUString ConvertStarFonts( const ::rtl::OUString& rChars, const ::rtl::OUString& rStyleName, sal_uInt8& rFlags, |