[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - cui/source

Tomoyuki Kubota (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 16 11:10:46 UTC 2020


 cui/source/customize/cfg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8da7169e3c94ee813a532932b71fe433f899f87
Author:     Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Thu Jun 11 01:36:28 2020 +0200
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Jun 16 13:10:15 2020 +0200

    fix my own mistake
    
    Change-Id: I01f3b405e91175ab0ef532505bf9f275073d2fc0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96044
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    (cherry picked from commit 9457326e17505c9a17f40b2f932b21a4436eeae1)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96096
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 6b2a83d38dc3..04664d511b2b 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -136,7 +136,7 @@ void printProperties(
     const OUString& prefix,
     const uno::Sequence< beans::PropertyValue >& aProp )
 {
-    for (PropertyValue const & aPropVal : aProp)
+    for (beans::PropertyValue const & aPropVal : aProp)
     {
         OUString tmp;
 


More information about the Libreoffice-commits mailing list