From 8863396e7039f891ef23298dd15ce3ed9a9fb782 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 11 Nov 2014 11:20:46 +0100 Subject: sw: fix misleading log message Change-Id: Iec87ed441ccdb03646fecaa8102a047c07a9b25d --- sw/source/core/unocore/unostyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx index cb9417c2575c..5d6191159dcf 100644 --- a/sw/source/core/unocore/unostyle.cxx +++ b/sw/source/core/unocore/unostyle.cxx @@ -4213,7 +4213,7 @@ uno::Reference< style::XAutoStyle > SwXAutoStyleFamily::insertStyle( if (!pEntry) { - SAL_WARN("sw.core", "SwXAutoStyleFamily::Modify: Unknown property: " << rPropName); + SAL_WARN("sw.core", "SwXAutoStyleFamily::insertStyle: Unknown property: " << rPropName); continue; } -- cgit