diff options
-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); } |