cui/source/customize/cfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8da7169e3c94ee813a532932b71fe433f899f87 Author: Tomoyuki Kubota <himajin100...@gmail.com> AuthorDate: Thu Jun 11 01:36:28 2020 +0200 Commit: Xisco Fauli <xiscofa...@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.gran...@collabora.co.uk> (cherry picked from commit 9457326e17505c9a17f40b2f932b21a4436eeae1) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96096 Reviewed-by: Xisco Fauli <xiscofa...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits