summaryrefslogtreecommitdiff
path: root/xmloff/source/style/ImageStyle.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-09 18:08:39 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-09 18:09:18 +0100
commit3a6c04eef54129bdcb836785e7ffeff40fe0ef72 (patch)
tree39e8f92a106aed980a36ab0852638096bb558d22 /xmloff/source/style/ImageStyle.cxx
parentaa685127e756be55a3d4780b4f82c8462ca4e1de (diff)
xmloff: replace legacy DBG_WARNINGs
Change-Id: I79f20f67e623b8d9607374e8be9a78fa10dc9af6
Diffstat (limited to 'xmloff/source/style/ImageStyle.cxx')
-rw-r--r--xmloff/source/style/ImageStyle.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx
index 64958bd0be44..ec0a53ef3a3c 100644
--- a/xmloff/source/style/ImageStyle.cxx
+++ b/xmloff/source/style/ImageStyle.cxx
@@ -163,8 +163,7 @@ bool XMLImageStyle::ImpImportXML( const uno::Reference< xml::sax::XAttributeList
// ignore
break;
default:
- DBG_WARNING( "Unknown token at import fill bitmap style" )
- ;
+ SAL_INFO("xmloff.style", "Unknown token at import fill bitmap style");
}
}