summaryrefslogtreecommitdiff
path: root/include/svl/adrparse.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-06 09:11:44 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 13:14:08 +0000
commit032c0ec6b18718dc2bde580ced9781048a2fdbb9 (patch)
tree4079ce5acbfe57705195d9531cb81b816e4ee3a9 /include/svl/adrparse.hxx
parent593206bda7ae6b522a5f29aef25445722aedeb4c (diff)
loplugin:unusedmethods svl
Change-Id: Ic136cce6abef44291b7236a6d709f0eee391f311 Reviewed-on: https://gerrit.libreoffice.org/16784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svl/adrparse.hxx')
-rw-r--r--include/svl/adrparse.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/adrparse.hxx b/include/svl/adrparse.hxx
index e6c08e84cb24..b4e4f1b2e678 100644
--- a/include/svl/adrparse.hxx
+++ b/include/svl/adrparse.hxx
@@ -65,12 +65,6 @@ public:
return nIndex == 0 ? m_aFirst.m_aAddrSpec :
m_aRest[ nIndex - 1 ]->m_aAddrSpec;
}
-
- const OUString& GetRealName(sal_Int32 nIndex) const
- {
- return nIndex == 0 ? m_aFirst.m_aRealName :
- m_aRest[ nIndex - 1 ]->m_aRealName;
- }
};
#endif // INCLUDED_SVL_ADRPARSE_HXX