include/comphelper/configuration.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e9a723693885ab7ab0017cc8209f52a1f0b09b1c Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:41:52 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jun 30 09:25:48 2019 +0200 Fix typo Change-Id: I66e0aba6f1f48d68c1e6591db112ea51d490918b Reviewed-on: https://gerrit.libreoffice.org/74921 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/comphelper/configuration.hxx b/include/comphelper/configuration.hxx index fa298c54a621..237ad3e317c9 100644 --- a/include/comphelper/configuration.hxx +++ b/include/comphelper/configuration.hxx @@ -135,7 +135,7 @@ private: css::uno::Reference< css::uno::XComponentContext > context_; css::uno::Reference< css::configuration::XReadWriteAccess > access_; - // should really be an css.configuration.ReadOnlyAccess (with added + // should really be a css.configuration.ReadOnlyAccess (with added // css.beans.XHierarchicalPropertySetInfo), but then // configmgr::Access::asProperty() would report all properties as // READONLY, so isReadOnly() would not work _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
