summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-24 17:01:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-25 12:24:04 +0200
commitf96c2af0157383ac097a2488ed9f0ba1639681ea (patch)
treeed7d8c807c864e21e2917ead86c0509d4ce9c59b /svl
parenta3e2f89995fcaee497d0d07f371727faa7ac3688 (diff)
loplugin:unusedmethods
Change-Id: I2d563f5f3e6e3a5f2a58080e13f4211253bdf30d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114590 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/itemprop.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/items/itemprop.cxx b/svl/source/items/itemprop.cxx
index c7ac3eb6400c..f5418dbe169b 100644
--- a/svl/source/items/itemprop.cxx
+++ b/svl/source/items/itemprop.cxx
@@ -109,11 +109,6 @@ bool SfxItemPropertyMap::hasPropertyByName( std::u16string_view rName ) const
return getByName(rName) != nullptr;
}
-sal_uInt32 SfxItemPropertyMap::getSize() const
-{
- return m_aMap.size();
-}
-
SfxItemPropertySet::~SfxItemPropertySet()
{
}