[Libreoffice-commits] core.git: cui/source

Tomoyuki Kubota (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 11 06:42:42 UTC 2020


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

New commits:
commit 9457326e17505c9a17f40b2f932b21a4436eeae1
Author:     Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Thu Jun 11 01:36:28 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Jun 11 08:42:04 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>

diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index e7cea5f48d97..05fc63f442d6 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