summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-09-10 13:40:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-10 20:58:13 +0200
commitb32c44f83ded245b0fc350aef350e1c55545e354 (patch)
treee2dce1985ef7e7ace47490da0c7a04ead404b896 /xmloff
parentda22ffb0d54e259deabe11648c424c1a46e39e7c (diff)
WARN->INFO in XMLTextFrameContext_Impl
Unknown attributes are not really a problem. Change-Id: Ie21d42c6489eae11c730eec272fc430c2d17f727 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139750 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index e7ae0f092150..cc3603d6e67f 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -1065,7 +1065,7 @@ XMLTextFrameContext_Impl::XMLTextFrameContext_Impl(
sTblName = aIter.toString();
break;
default:
- XMLOFF_WARN_UNKNOWN("xmloff", aIter);
+ SAL_INFO("xmloff", "unknown attribute " << SvXMLImport::getPrefixAndNameFromToken(aIter.getToken()) << " value=" << aIter.toString());
}
};