summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTomoyuki Kubota <himajin100000@gmail.com>2020-06-11 01:36:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-11 08:42:04 +0200
commit9457326e17505c9a17f40b2f932b21a4436eeae1 (patch)
treeeeea44f040b29ab799fc4ddaaddfc2cbf10799f0 /cui
parent8296303dc53b15f79adcc38699d2d3d77c2a75a4 (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>
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 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;