summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/authfld.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 14:07:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-25 08:07:40 +0100
commit37f8ea642cd191e7bdbf3596f41e7bb28212472b (patch)
tree5ff943bbc445815b0138c4dc25eac2cfb5277c7e /sw/source/core/fields/authfld.cxx
parenta6358f1c1b8f981345061b0cbb708df707a5b7b8 (diff)
loplugin:unusedmethods
Change-Id: Ifb0c479e9d1aed1cd90d78ed23902fc05db556d6 Reviewed-on: https://gerrit.libreoffice.org/66862 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/fields/authfld.cxx')
-rw-r--r--sw/source/core/fields/authfld.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx
index 20d53944f65a..bf7ceb6df3ee 100644
--- a/sw/source/core/fields/authfld.cxx
+++ b/sw/source/core/fields/authfld.cxx
@@ -176,11 +176,6 @@ sal_uInt16 SwAuthorityFieldType::AppendField( const SwAuthEntry& rInsert )
return m_DataArr.size()-1;
}
-SwAuthEntry* SwAuthorityFieldType::GetFieldByPos(sal_uInt16 nPos)
-{
- return m_DataArr[nPos].get();
-}
-
sal_uInt16 SwAuthorityFieldType::GetSequencePos(const SwAuthEntry* pAuthEntry,
SwRootFrame const*const pLayout)
{