diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-03-05 13:53:13 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-03-05 13:53:13 +0000 |
commit | 69a660a95799ff00231d7d2a5e8bd9ac26048568 (patch) | |
tree | 48e74655ddd6a6a6874142e003cc1065816bc085 /extensions/source/dbpilots/wizardservices.hxx | |
parent | 432d5b86e13ee70862da89a6c32c9b1c663def74 (diff) |
finished the grid control wizard
Diffstat (limited to 'extensions/source/dbpilots/wizardservices.hxx')
-rw-r--r-- | extensions/source/dbpilots/wizardservices.hxx | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/wizardservices.hxx b/extensions/source/dbpilots/wizardservices.hxx index 16d138bd105b..8fbc885d2625 100644 --- a/extensions/source/dbpilots/wizardservices.hxx +++ b/extensions/source/dbpilots/wizardservices.hxx @@ -2,9 +2,9 @@ * * $RCSfile: wizardservices.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2001-02-23 15:19:08 $ + * last change: $Author: fs $ $Date: 2001-03-05 14:53:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ namespace dbp //===================================================================== //= OListComboSI //===================================================================== - /// service info for the group box wizard + /// service info for the list/combo box wizard struct OListComboSI { public: @@ -98,6 +98,18 @@ namespace dbp getServiceNames() const; }; + //===================================================================== + //= OGridSI + //===================================================================== + /// service info for the grid wizard + struct OGridSI + { + public: + ::rtl::OUString getImplementationName() const; + ::com::sun::star::uno::Sequence< ::rtl::OUString > + getServiceNames() const; + }; + //......................................................................... } // namespace dbp //......................................................................... @@ -107,6 +119,9 @@ namespace dbp /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.2 2001/02/23 15:19:08 fs + * some changes / centralizations - added the list-/combobox wizard + * * Revision 1.1 2001/02/21 09:25:07 fs * initial checkin - form control auto pilots * |