summaryrefslogtreecommitdiff
path: root/sw/inc/swfltopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swfltopt.hxx')
-rw-r--r--sw/inc/swfltopt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swfltopt.hxx b/sw/inc/swfltopt.hxx
index 4a611d2218a0..afc0050e0f61 100644
--- a/sw/inc/swfltopt.hxx
+++ b/sw/inc/swfltopt.hxx
@@ -29,8 +29,8 @@ public:
void GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
sal_uInt32* pValues );
- virtual void Commit();
- virtual void Notify( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames );
+ virtual void Commit() SAL_OVERRIDE;
+ virtual void Notify( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) SAL_OVERRIDE;
};
#endif