summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper/SettingsTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/SettingsTable.hxx')
-rw-r--r--writerfilter/source/dmapper/SettingsTable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/SettingsTable.hxx b/writerfilter/source/dmapper/SettingsTable.hxx
index 54cd0a0b3eb5..41dca03c1751 100644
--- a/writerfilter/source/dmapper/SettingsTable.hxx
+++ b/writerfilter/source/dmapper/SettingsTable.hxx
@@ -83,11 +83,11 @@ class SettingsTable : public LoggedProperties, public LoggedTable
private:
// Properties
- virtual void lcl_attribute(Id Name, Value & val);
- virtual void lcl_sprm(Sprm & sprm);
+ virtual void lcl_attribute(Id Name, Value & val) SAL_OVERRIDE;
+ virtual void lcl_sprm(Sprm & sprm) SAL_OVERRIDE;
// Table
- virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
+ virtual void lcl_entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref) SAL_OVERRIDE;
};
typedef boost::shared_ptr< SettingsTable > SettingsTablePtr;