diff options
Diffstat (limited to 'include/comphelper/configuration.hxx')
-rw-r--r-- | include/comphelper/configuration.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/comphelper/configuration.hxx b/include/comphelper/configuration.hxx index 226462fad992..8ca6bd7eccfd 100644 --- a/include/comphelper/configuration.hxx +++ b/include/comphelper/configuration.hxx @@ -242,14 +242,6 @@ private: /// to access each given localized configuration property. template< typename T, typename U > struct ConfigurationLocalizedProperty { - /// Get the read-only status of the given localized configuration property. - static bool isReadOnly( - css::uno::Reference<css::uno::XComponentContext> const & context - = comphelper::getProcessComponentContext()) - { - return detail::ConfigurationWrapper::get(context).isReadOnly(T::path()); - } - /// Get the value of the given localized configuration property, for the /// locale currently set at the /// com.sun.star.configuration.theDefaultProvider. |