summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibconfig.hxx')
-rw-r--r--extensions/source/bibliography/bibconfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibconfig.hxx b/extensions/source/bibliography/bibconfig.hxx
index fc1fb965d106..eae39cddab1c 100644
--- a/extensions/source/bibliography/bibconfig.hxx
+++ b/extensions/source/bibliography/bibconfig.hxx
@@ -106,8 +106,8 @@ public:
BibConfig();
~BibConfig();
- 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;
BibDBDescriptor GetBibliographyURL();
void SetBibliographyURL(const BibDBDescriptor& rDesc);