summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-12-06 15:49:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-07 07:06:27 +0100
commit5cad267240a11daa0be76077f858f37679f330d7 (patch)
tree3cf47ee9cac0e6e36f38621dd9b89a8a77e3b884 /comphelper
parent3efde47ec9ee091479c04129696f99dc934c3f64 (diff)
loplugin:unusedmethods
Change-Id: Ic1ba90447575278d854af85312271c41766b776b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126422 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/mimeconfighelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/comphelper/source/misc/mimeconfighelper.cxx b/comphelper/source/misc/mimeconfighelper.cxx
index 4bc4410c225c..8ec72e271f55 100644
--- a/comphelper/source/misc/mimeconfighelper.cxx
+++ b/comphelper/source/misc/mimeconfighelper.cxx
@@ -114,12 +114,6 @@ uno::Sequence< sal_Int8 > MimeConfigurationHelper::GetSequenceClassIDRepresentat
}
-uno::Reference< container::XNameAccess > MimeConfigurationHelper::GetConfigurationByPath( const OUString& aPath )
-{
- std::unique_lock aGuard( m_aMutex );
- return GetConfigurationByPathImpl(aPath);
-}
-
uno::Reference< container::XNameAccess > MimeConfigurationHelper::GetConfigurationByPathImpl( const OUString& aPath )
{
uno::Reference< container::XNameAccess > xConfig;