NullReferenceException is thrown when trying to import a nested hyperlink, e.g. the following OOXML:
<w:hyperlink r:id="rId4" w:history="1">
<w:hyperlink r:id="rId5" w:history="1">
<w:r>
<w:rPr>
<w:rStyle w:val="Hyperlink"/>
<w:rFonts w:eastAsia="Times New Roman"/>
</w:rPr>
<w:t>google</w:t>
</w:r>
</w:hyperlink>
</w:hyperlink>