summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TblStylePrHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/TblStylePrHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/TblStylePrHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/TblStylePrHandler.hxx b/writerfilter/source/dmapper/TblStylePrHandler.hxx
index 393242554fd9..5d38727f806c 100644
--- a/writerfilter/source/dmapper/TblStylePrHandler.hxx
+++ b/writerfilter/source/dmapper/TblStylePrHandler.hxx
@@ -66,7 +66,7 @@ private:
public:
explicit TblStylePrHandler( DomainMapper & rDMapper );
- virtual ~TblStylePrHandler( );
+ virtual ~TblStylePrHandler( ) override;
const PropertyMapPtr& getProperties() { return m_pProperties; };
inline TblStyleType getType() { return m_nType; };