Kaydet (Commit) e82f9e3d authored tarafından himajin100000's avatar himajin100000 Kaydeden (comit) Noel Grandin

use arrow instead of dot

Change-Id: I1014ed27ca97b59972737a0df5fe9de235ec732f
Reviewed-on: https://gerrit.libreoffice.org/52166Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 15b7da00
......@@ -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());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment