cui/source/customize/cfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e82f9e3d39ae31b1dd29a99484b7d125bb03f783 Author: himajin100000 <himajin100...@gmail.com> Date: Fri Mar 30 07:19:09 2018 +0900 use arrow instead of dot Change-Id: I1014ed27ca97b59972737a0df5fe9de235ec732f Reviewed-on: https://gerrit.libreoffice.org/52166 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 7f27e15f695a..5495a1c8dbfc 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -161,7 +161,7 @@ void printEntries(SvxEntries* entries) { for (auto const& entry : *entries) { - SAL_WARN("cui", "printEntries: " << entry.GetName()); + SAL_WARN("cui", "printEntries: " << entry->GetName()); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits