summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTomoyuki Kubota <himajin100000@gmail.com>2020-06-11 01:36:28 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-06-16 13:10:15 +0200
commitd8da7169e3c94ee813a532932b71fe433f899f87 (patch)
treeccddad811d8270d394f3d50387801f4fadd737ad /cui
parent8cde18843c155531c3a735e1e825f54aa671a47e (diff)
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@collabora.co.uk> (cherry picked from commit 9457326e17505c9a17f40b2f932b21a4436eeae1) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96096 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/cfg.cxx2
1 files changed, 1 insertions, 1 deletions
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;