summaryrefslogtreecommitdiff
path: root/scripting/source/provider/ProviderCache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/ProviderCache.hxx')
-rw-r--r--scripting/source/provider/ProviderCache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/ProviderCache.hxx b/scripting/source/provider/ProviderCache.hxx
index 6b5059370c05..b565d1d082b0 100644
--- a/scripting/source/provider/ProviderCache.hxx
+++ b/scripting/source/provider/ProviderCache.hxx
@@ -65,7 +65,7 @@ private:
/// @throws css::uno::RuntimeException
css::uno::Reference< css::script::provider::XScriptProvider >
createProvider( ProviderDetails& details );
- bool isInDenyList( const OUString& serviceName );
+ bool isInDenyList( const OUString& serviceName ) const;
css::uno::Sequence< OUString > m_sDenyList;
ProviderDetails_hash m_hProviderDetailsCache;
std::mutex m_mutex;