summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlprcon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlprcon.cxx')
-rw-r--r--xmloff/source/style/xmlprcon.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlprcon.cxx b/xmloff/source/style/xmlprcon.cxx
index 119e5bb86c17..cb0a6eca9e2f 100644
--- a/xmloff/source/style/xmlprcon.cxx
+++ b/xmloff/source/style/xmlprcon.cxx
@@ -67,7 +67,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > SvXMLPropertySetContex
XMLPropertyState aProp( nEntryIndex );
return createFastChildContext( nElement, xAttrList, mrProperties, aProp );
}
- SAL_WARN("xmloff", "unknown element " << SvXMLImport::getPrefixAndNameFromToken(nElement));
+ XMLOFF_WARN_UNKNOWN_ELEMENT("xmloff", nElement);
return nullptr;
}
@@ -81,7 +81,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > SvXMLPropertySetContex
::std::vector< XMLPropertyState > &/*rProperties*/,
const XMLPropertyState& /*rProp*/ )
{
- SAL_WARN("xmloff", "unknown element " << SvXMLImport::getPrefixAndNameFromToken(nElement));
+ XMLOFF_WARN_UNKNOWN_ELEMENT("xmloff", nElement);
return nullptr;
}