diff options
Diffstat (limited to 'xmloff/source/text/XMLTextFrameHyperlinkContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextFrameHyperlinkContext.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx index 1c66a7f3abb6..b1c6fdec5cd6 100644 --- a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx +++ b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx @@ -47,6 +47,10 @@ public: const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, css::text::TextContentAnchorType eDefaultAnchorType ); + XMLTextFrameHyperlinkContext( SvXMLImport& rImport, + sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList, + css::text::TextContentAnchorType eDefaultAnchorType ); virtual ~XMLTextFrameHyperlinkContext() override; SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix, |