diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-11 11:20:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-11 12:42:47 +0100 |
commit | 8863396e7039f891ef23298dd15ce3ed9a9fb782 (patch) | |
tree | cd027a39e4bfb85e021abd2a7117ea0fbc2ae737 /sw | |
parent | 7ed6b9a3c31cd79f88c0d6b29fa76366d7fe8992 (diff) |
sw: fix misleading log message
Change-Id: Iec87ed441ccdb03646fecaa8102a047c07a9b25d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unostyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |