diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-01 12:57:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-02 08:28:07 +0200 |
commit | ee438031e6c0a1765cd607486d3ec65749d1dd62 (patch) | |
tree | 5f73e68e0e8a505affb6f8d6713b8749299d13ea /xmloff | |
parent | d8759f225c5246465194b71b1407c84904752cc9 (diff) |
loplugin:unusedmethods
Change-Id: I523a42b721056f17a04870229834b0f2db00ff39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101836
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 4e46cedcc135..7ccd96e06930 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2639,18 +2639,6 @@ bool XMLTextImportHelper::FindAndRemoveBookmarkStartRange( } } -OUString XMLTextImportHelper::FindActiveBookmarkName() -{ - if (!m_xImpl->m_BookmarkVector.empty()) - { - return m_xImpl->m_BookmarkVector.back(); - } - else - { - return OUString(); // return the empty string on error... - } -} - void XMLTextImportHelper::pushFieldCtx( const OUString& name, const OUString& type ) { m_xImpl->m_FieldStack.push(Impl::field_stack_item_t( |