summaryrefslogtreecommitdiff
path: root/include/xmloff/table/XMLTableExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/table/XMLTableExport.hxx')
-rw-r--r--include/xmloff/table/XMLTableExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/table/XMLTableExport.hxx b/include/xmloff/table/XMLTableExport.hxx
index c91c734819ee..a98546421c00 100644
--- a/include/xmloff/table/XMLTableExport.hxx
+++ b/include/xmloff/table/XMLTableExport.hxx
@@ -59,7 +59,7 @@ class XMLOFF_DLLPUBLIC XMLTableExport : public salhelper::SimpleReferenceObject
{
public:
XMLTableExport(SvXMLExport& rExp, const rtl::Reference< SvXMLExportPropertyMapper >& xCellExportPropertySetMapper, const rtl::Reference< XMLPropertyHandlerFactory >& xFactoryRef );
- virtual ~XMLTableExport();
+ virtual ~XMLTableExport() override;
// This method collects all automatic styles for the given table
void collectTableAutoStyles(const css::uno::Reference < css::table::XColumnRowRange >& xColumnRowRange);