diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-16 00:05:16 +0200 |
commit | fb6f5ee5ee09d9f281f2989dc43eba4fcda1d64e (patch) | |
tree | c886d2921470336d9e0c156c8782ec0c9abbe7a9 /extensions/source/bibliography/bibconfig.hxx | |
parent | 1dabbee147229251ea4bc4ef416c45875e17b090 (diff) |
#i103496#: split svtools; improve ConfitItems
Diffstat (limited to 'extensions/source/bibliography/bibconfig.hxx')
-rw-r--r-- | extensions/source/bibliography/bibconfig.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/bibliography/bibconfig.hxx b/extensions/source/bibliography/bibconfig.hxx index 178da765818f..7237b0a12695 100644 --- a/extensions/source/bibliography/bibconfig.hxx +++ b/extensions/source/bibliography/bibconfig.hxx @@ -114,6 +114,7 @@ public: ~BibConfig(); virtual void Commit(); + virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames); BibDBDescriptor GetBibliographyURL(); void SetBibliographyURL(const BibDBDescriptor& rDesc); |