[Libreoffice-commits] core.git: include/comphelper

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 30 07:27:10 UTC 2019


 include/comphelper/configuration.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9a723693885ab7ab0017cc8209f52a1f0b09b1c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:41:52 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list