Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:20:58+0000 Modified: dba/dbaccess/source/ui/inc/QEnumTypes.hxx
Log: remove unused types File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: QEnumTypes.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/QEnumTypes.hxx?r1=1.7&r2=1.7.2.1 Delta lines: +16 -38 --------------------- --- QEnumTypes.hxx 2007-11-01 15:16:18+0000 1.7 +++ QEnumTypes.hxx 2007-11-08 14:20:55+0000 1.7.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: QEnumTypes.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.2.1 $ * - * last change: $Author: hr $ $Date: 2007/11/01 15:16:18 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:20:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,7 @@ ORDER_ASC, ORDER_DESC }; + enum EFunctionType { FKT_NONE =0x00000000, @@ -58,6 +59,7 @@ JTCS_FROM=0, JTCS_TO }; + enum ETableFieldType { TAB_NORMAL_FIELD=0, @@ -90,30 +92,6 @@ tpType, tpAutoIncrementValue }; - - enum EScrollDir - { - scrollUp, - scrollDown, - scrollHome, - scrollEnd - }; - - enum EEditMode - { - ADD, - DROP, - KEY, - ADD_DROP - }; - - enum EImportMode - { - COPY, - MOVE - }; - - } #endif // DBAUI_ENUMTYPES_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
