diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-07-31 14:58:55 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-07-31 14:58:55 +0000 |
commit | 7aeab23f58136033d4bc7258bde7b44ee0a1f7da (patch) | |
tree | 16eb406c579212633db5deda1155776d3b61ba01 /dbaccess/source/ui/inc/dbadmin.hxx | |
parent | 302f334b1119a966353cf3f586d630f24edf2156 (diff) |
#88530# +omSingleEditFixedType
Diffstat (limited to 'dbaccess/source/ui/inc/dbadmin.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/dbadmin.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx index 32449ecb487e..bb0d5ff9733b 100644 --- a/dbaccess/source/ui/inc/dbadmin.hxx +++ b/dbaccess/source/ui/inc/dbadmin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbadmin.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: fs $ $Date: 2001-07-30 11:31:03 $ + * last change: $Author: fs $ $Date: 2001-07-31 15:58:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,8 +126,9 @@ public: */ enum OperationMode { - omFull, - omSingleEdit + omFull, // full administration of data sources + omSingleEdit, // edit a single data source only + omSingleEditFixedType // edit a single data source only, don't allow a type change }; private: @@ -359,6 +360,9 @@ private: /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.21 2001/07/30 11:31:03 fs + * #88530# changes to allow operating the dialog in a 'edit one single data source only' mode + * * Revision 1.20 2001/06/25 16:03:39 fs * #88004# outsourced ODataSourceMap and ODataSourceSelector * |