diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-24 22:04:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 15:37:19 +0000 |
commit | 141c1c7bc6ac9bfadaf3fad6aba16a03836701b1 (patch) | |
tree | 155c4aaf773a52a908b3a9dbacb97197b5ab0441 /xmloff | |
parent | 03e3a20868b971595481e6742725a1c80745e7b7 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/txtparae.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 10 |
2 files changed, 0 insertions, 14 deletions
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, |