summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/dbconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/dbconfig.hxx')
-rw-r--r--sw/source/core/uibase/inc/dbconfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/inc/dbconfig.hxx b/sw/source/core/uibase/inc/dbconfig.hxx
index 042a719b7338..d569b26d1d20 100644
--- a/sw/source/core/uibase/inc/dbconfig.hxx
+++ b/sw/source/core/uibase/inc/dbconfig.hxx
@@ -38,8 +38,8 @@ public:
void Load();
const SwDBData& GetAddressSource();
const SwDBData& GetBibliographySource();
- 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