summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhimajin100000 <himajin100000@gmail.com>2018-03-30 07:19:09 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-31 11:01:56 +0200
commite82f9e3d39ae31b1dd29a99484b7d125bb03f783 (patch)
treee3dbbfd60e4957316a07cc316c8ef2a630a8fc22
parent15b7da00160ee65eceb816ff664c7bb46ffd69a2 (diff)
use arrow instead of dot
Change-Id: I1014ed27ca97b59972737a0df5fe9de235ec732f Reviewed-on: https://gerrit.libreoffice.org/52166 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-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 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());
}
}