diff options
author | Oliver Specht <os@openoffice.org> | 2000-11-20 11:23:38 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-11-20 11:23:38 +0000 |
commit | e3df8bccc696556d15bd145510d452228648d07d (patch) | |
tree | c59e57a4fd84a62d4dac555bbe774288a7cf3970 /extensions/source/bibliography/bibconfig.hxx | |
parent | e3b88a0886a551fbb82991daa72358ccc56b7b74 (diff) |
data source dialog revived - dialogs can be called via toolbox button
Diffstat (limited to 'extensions/source/bibliography/bibconfig.hxx')
-rw-r--r-- | extensions/source/bibliography/bibconfig.hxx | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibconfig.hxx b/extensions/source/bibliography/bibconfig.hxx index 4b43f3c9a28a..f60a0933557b 100644 --- a/extensions/source/bibliography/bibconfig.hxx +++ b/extensions/source/bibliography/bibconfig.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bibconfig.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-11-15 11:03:41 $ + * last change: $Author: os $ $Date: 2000-11-20 12:23:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -151,4 +151,20 @@ public: const rtl::OUString& GetDefColumnName(sal_uInt16 nIndex) const {return aColumnDefaults[nIndex];} }; +/* -----------------------------20.11.00 11:47-------------------------------- + + ---------------------------------------------------------------------------*/ +class DBChangeDialogConfig_Impl : public utl::ConfigItem +{ + com::sun::star::uno::Sequence<rtl::OUString> aSourceNames; +public: + DBChangeDialogConfig_Impl(); + ~DBChangeDialogConfig_Impl(); + + virtual void Commit(); + + const com::sun::star::uno::Sequence<rtl::OUString>& GetDataSourceNames() const + {return aSourceNames;} + +}; #endif |