Kaydet (Commit) a1087bac authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryoverride

Change-Id: I7a685a82dd6452591d4e5460954366bd31acb268
üst 1a0a026a
......@@ -39,7 +39,6 @@ public:
virtual SvXMLImportContextRef CreateChildContext(sal_uInt16 nPrefix,
const OUString& rLocalName,
const uno::Reference<xml::sax::XAttributeList> & xAttrList) override;
virtual ~SvXMLSectionListContext() override;
};
class SwXMLParentContext : public SvXMLImportContext
......@@ -149,8 +148,5 @@ SvXMLImportContextRef SvXMLSectionListContext::CreateChildContext(
pContext = new SvXMLSectionListContext(m_rImport, nPrefix, rLocalName, xAttrList);
return pContext;
}
SvXMLSectionListContext::~SvXMLSectionListContext()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment