summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-24 22:04:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-25 15:37:19 +0000
commit141c1c7bc6ac9bfadaf3fad6aba16a03836701b1 (patch)
tree155c4aaf773a52a908b3a9dbacb97197b5ab0441 /xmloff/source
parent03e3a20868b971595481e6742725a1c80745e7b7 (diff)
callcatcher: remove some unused code
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/txtparae.cxx10
1 files changed, 0 insertions, 10 deletions
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,