From 141c1c7bc6ac9bfadaf3fad6aba16a03836701b1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 24 Jan 2012 22:04:29 +0000 Subject: callcatcher: remove some unused code --- xmloff/inc/xmloff/txtparae.hxx | 4 ---- xmloff/source/text/txtparae.cxx | 10 ---------- 2 files changed, 14 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/xmloff/txtparae.hxx b/xmloff/inc/xmloff/txtparae.hxx index 4fb9ad634b01..02eb4b66d51a 100644 --- a/xmloff/inc/xmloff/txtparae.hxx +++ b/xmloff/inc/xmloff/txtparae.hxx @@ -236,10 +236,6 @@ protected: const SvXMLAutoStylePoolP& GetAutoStylePool() const { return rAutoStylePool; } public: - ::rtl::OUString FindTextStyle( - const ::com::sun::star::uno::Reference < - ::com::sun::star::beans::XPropertySet > & rPropSet, - sal_Bool& rbHasCharStyle ) const; ::rtl::OUString FindTextStyleAndHyperlink( const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & rPropSet, diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 376112129f2f..ca23ab0b115a 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -821,16 +821,6 @@ OUString XMLTextParagraphExport::FindTextStyleAndHyperlink( return sName; } -OUString XMLTextParagraphExport::FindTextStyle( - const Reference < XPropertySet > & rPropSet, - sal_Bool& rHasCharStyle ) const -{ - sal_Bool bDummy; - sal_Bool bDummy2; - return FindTextStyleAndHyperlink( rPropSet, bDummy, rHasCharStyle, bDummy2 ); -} - - // adjustments to support lists independent from list style void XMLTextParagraphExport::exportListChange( const XMLTextNumRuleInfo& rPrevInfo, -- cgit