summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtsecte.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-14 21:16:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-14 21:16:35 +0100
commitd80740fc9b457887ae6857969fa5fb828e12d278 (patch)
tree6171e93738bca2416801d290e4d30ca86a36656b /xmloff/source/text/txtsecte.cxx
parentcbdc35516056d9697fa70b1f0e60143a386682b1 (diff)
callcatcher: remove unused non-class level methods
Diffstat (limited to 'xmloff/source/text/txtsecte.cxx')
-rw-r--r--xmloff/source/text/txtsecte.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/xmloff/source/text/txtsecte.cxx b/xmloff/source/text/txtsecte.cxx
index 201407e79371..fd5df175244e 100644
--- a/xmloff/source/text/txtsecte.cxx
+++ b/xmloff/source/text/txtsecte.cxx
@@ -75,19 +75,6 @@ using ::com::sun::star::container::XIndexReplace;
using ::com::sun::star::container::XNamed;
using ::com::sun::star::lang::XServiceInfo;
-Reference<XText> lcl_findXText(const Reference<XTextSection>& rSect)
-{
- Reference<XText> xText;
-
- Reference<XTextContent> xTextContent(rSect, UNO_QUERY);
- if (xTextContent.is())
- {
- xText.set(xTextContent->getAnchor()->getText());
- }
-
- return xText;
-}
-
void XMLTextParagraphExport::exportListAndSectionChange(
Reference<XTextSection> & rPrevSection,
const Reference<XTextContent> & rNextSectionContent,