diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-08 13:29:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-08 15:36:48 +0200 |
commit | 425ca75d71497aebae5f5fdfdb20f65a6422a9d3 (patch) | |
tree | 0dedbce130faa1c37fb5392014dee0e22a2c9824 /xmloff | |
parent | edffc763fb56453dc2eba15bb8c9450639c69db1 (diff) |
WARN->INFO in XMLIndexSimpleEntryContext
This is not generally a problem
Change-Id: If7957da45e5ad00f881ef3a7c5c676b09494ec77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156713
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLIndexSimpleEntryContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx index d8f2e79bc259..6c59f13380f3 100644 --- a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx +++ b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx @@ -75,7 +75,7 @@ void XMLIndexSimpleEntryContext::startFastElement( m_bCharStyleNameOK = false; } else - XMLOFF_WARN_UNKNOWN("xmloff", aIter); + XMLOFF_INFO_UNKNOWN("xmloff", aIter); } // if we have a style name, set it! |