summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLPageExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLPageExport.hxx')
-rw-r--r--include/xmloff/XMLPageExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLPageExport.hxx b/include/xmloff/XMLPageExport.hxx
index 27aa216092f9..0bfee31c8b59 100644
--- a/include/xmloff/XMLPageExport.hxx
+++ b/include/xmloff/XMLPageExport.hxx
@@ -85,7 +85,7 @@ protected:
public:
XMLPageExport( SvXMLExport& rExp );
- virtual ~XMLPageExport();
+ virtual ~XMLPageExport() override;
void collectAutoStyles( bool bUsed ) { exportStyles( bUsed, true ); }
void exportAutoStyles();