diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-05 10:47:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-05 19:35:00 +0200 |
commit | 20ba17a928acbba022b2f19b7a88a6cc5cdebfde (patch) | |
tree | 3cef741729a8511cfd1290b4e9d29815d743e706 /xmloff | |
parent | 870200f9ce451dfbb6188d4c2a024f59adb09f47 (diff) |
reduce some SAL_WARN spam
Change-Id: I175677bc41c4113e030094afbc45d57ace773b90
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168450
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 5de1e3313a32..e6c4fa3bd8f5 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -351,6 +351,9 @@ XMLImpHyperlinkContext_Impl::XMLImpHyperlinkContext_Impl( case XML_ELEMENT(TEXT, XML_VISITED_STYLE_NAME): mpHint->SetVisitedStyleName( sValue ); break; + case XML_ELEMENT(XLINK, XML_TYPE): + // don't show warning for this + break; default: XMLOFF_WARN_UNKNOWN("xmloff", aIter); } |