summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/PropertyMap.hxx')
-rw-r--r--writerfilter/source/dmapper/PropertyMap.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx
index 37e111d9e08e..3a90fa6a5ec4 100644
--- a/writerfilter/source/dmapper/PropertyMap.hxx
+++ b/writerfilter/source/dmapper/PropertyMap.hxx
@@ -266,7 +266,7 @@ class SectionPropertyMap : public PropertyMap
public:
explicit SectionPropertyMap(bool bIsFirstSection);
- virtual ~SectionPropertyMap();
+ virtual ~SectionPropertyMap() override;
enum PageType
{
@@ -469,7 +469,7 @@ class StyleSheetPropertyMap : public PropertyMap, public ParagraphProperties
sal_Int32 mnNumId;
public:
explicit StyleSheetPropertyMap();
- virtual ~StyleSheetPropertyMap();
+ virtual ~StyleSheetPropertyMap() override;
void SetCT_TrPrBase_jc( sal_Int32 nSet )
{mnCT_TrPrBase_jc = nSet; mbCT_TrPrBase_jcSet = true; }
@@ -500,7 +500,7 @@ class ParagraphPropertyMap : public PropertyMap, public ParagraphProperties
{
public:
explicit ParagraphPropertyMap();
- virtual ~ParagraphPropertyMap();
+ virtual ~ParagraphPropertyMap() override;
};
@@ -535,7 +535,7 @@ private:
public:
explicit TablePropertyMap();
- virtual ~TablePropertyMap();
+ virtual ~TablePropertyMap() override;
bool getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill );
void setValue( TablePropertyMapTarget eWhich, sal_Int32 nSet );