diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-02-09 18:08:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-09 18:09:18 +0100 |
commit | 3a6c04eef54129bdcb836785e7ffeff40fe0ef72 (patch) | |
tree | 39e8f92a106aed980a36ab0852638096bb558d22 /xmloff/source/style/DashStyle.cxx | |
parent | aa685127e756be55a3d4780b4f82c8462ca4e1de (diff) |
xmloff: replace legacy DBG_WARNINGs
Change-Id: I79f20f67e623b8d9607374e8be9a78fa10dc9af6
Diffstat (limited to 'xmloff/source/style/DashStyle.cxx')
-rw-r--r-- | xmloff/source/style/DashStyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/DashStyle.cxx b/xmloff/source/style/DashStyle.cxx index a4e26b266a58..d1aafde9c377 100644 --- a/xmloff/source/style/DashStyle.cxx +++ b/xmloff/source/style/DashStyle.cxx @@ -188,7 +188,7 @@ void XMLDashStyleImport::importXML( } break; default: - DBG_WARNING( "Unknown token at import gradient style" ); + SAL_INFO("xmloff.style", "Unknown token at import dash style"); } } |