Tag: cws_src680_oj14 User: oj Date: 06/04/25 05:50:11 Modified: /dba/dbaccess/source/ui/tabledesign/ FieldDescriptions.cxx, TableDescWin.cxx, TableDesignControl.cxx, TableFieldDescWin.cxx, TableUndo.cxx
Log: new include File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: FieldDescriptions.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx?r1=1.19.8.3&r2=1.19.8.4 Delta lines: +2 -5 ------------------- --- FieldDescriptions.cxx 20 Mar 2006 07:48:57 -0000 1.19.8.3 +++ FieldDescriptions.cxx 25 Apr 2006 12:50:06 -0000 1.19.8.4 @@ -4,9 +4,9 @@ * * $RCSfile: FieldDescriptions.cxx,v $ * - * $Revision: 1.19.8.3 $ + * $Revision: 1.19.8.4 $ * - * last change: $Author: oj $ $Date: 2006/03/20 07:48:57 $ + * last change: $Author: oj $ $Date: 2006/04/25 12:50:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,9 +40,6 @@ #endif #ifndef _DBU_TBL_HRC_ #include "dbu_tbl.hrc" -#endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" #endif #ifndef _COM_SUN_STAR_SDBC_COLUMNVALUE_HPP_ #include <com/sun/star/sdbc/ColumnValue.hpp> File [changed]: TableDescWin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableDescWin.cxx?r1=1.7.4.2&r2=1.7.4.3 Delta lines: +2 -5 ------------------- --- TableDescWin.cxx 20 Mar 2006 07:48:58 -0000 1.7.4.2 +++ TableDescWin.cxx 25 Apr 2006 12:50:07 -0000 1.7.4.3 @@ -4,9 +4,9 @@ * * $RCSfile: TableDescWin.cxx,v $ * - * $Revision: 1.7.4.2 $ + * $Revision: 1.7.4.3 $ * - * last change: $Author: oj $ $Date: 2006/03/20 07:48:58 $ + * last change: $Author: oj $ $Date: 2006/04/25 12:50:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,9 +37,6 @@ #endif #ifndef _SVEDIT_HXX #include <svtools/svmedit.hxx> -#endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" #endif #ifndef _DBA_DBACCESS_HELPID_HRC_ #include "dbaccess_helpid.hrc" File [changed]: TableDesignControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableDesignControl.cxx?r1=1.8.4.2&r2=1.8.4.3 Delta lines: +2 -5 ------------------- --- TableDesignControl.cxx 20 Mar 2006 07:48:58 -0000 1.8.4.2 +++ TableDesignControl.cxx 25 Apr 2006 12:50:07 -0000 1.8.4.3 @@ -4,9 +4,9 @@ * * $RCSfile: TableDesignControl.cxx,v $ * - * $Revision: 1.8.4.2 $ + * $Revision: 1.8.4.3 $ * - * last change: $Author: oj $ $Date: 2006/03/20 07:48:58 $ + * last change: $Author: oj $ $Date: 2006/04/25 12:50:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,9 +38,6 @@ #endif #ifndef _DBU_TBL_HRC_ #include "dbu_tbl.hrc" -#endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" #endif #ifndef DBAUI_TABLEDESIGNVIEW_HXX #include "TableDesignView.hxx" File [changed]: TableFieldDescWin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx?r1=1.10.8.2&r2=1.10.8.3 Delta lines: +5 -5 ------------------- --- TableFieldDescWin.cxx 20 Mar 2006 07:48:59 -0000 1.10.8.2 +++ TableFieldDescWin.cxx 25 Apr 2006 12:50:08 -0000 1.10.8.3 @@ -4,9 +4,9 @@ * * $RCSfile: TableFieldDescWin.cxx,v $ * - * $Revision: 1.10.8.2 $ + * $Revision: 1.10.8.3 $ * - * last change: $Author: oj $ $Date: 2006/03/20 07:48:59 $ + * last change: $Author: oj $ $Date: 2006/04/25 12:50:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,9 +42,6 @@ #ifndef DBAUI_FIELDDESCRIPTIONS_HXX #include "FieldDescriptions.hxx" #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _DBU_TBL_HRC_ #include "dbu_tbl.hrc" #endif @@ -59,6 +56,9 @@ #endif #ifndef _DBA_DBACCESS_HELPID_HRC_ #include "dbaccess_helpid.hrc" +#endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" #endif #include <memory> File [changed]: TableUndo.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableUndo.cxx?r1=1.13.6.2&r2=1.13.6.3 Delta lines: +2 -5 ------------------- --- TableUndo.cxx 20 Mar 2006 07:48:59 -0000 1.13.6.2 +++ TableUndo.cxx 25 Apr 2006 12:50:08 -0000 1.13.6.3 @@ -4,9 +4,9 @@ * * $RCSfile: TableUndo.cxx,v $ * - * $Revision: 1.13.6.2 $ + * $Revision: 1.13.6.3 $ * - * last change: $Author: oj $ $Date: 2006/03/20 07:48:59 $ + * last change: $Author: oj $ $Date: 2006/04/25 12:50:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,9 +34,6 @@ ************************************************************************/ #ifndef DBAUI_TABLEUNDO_HXX #include "TableUndo.hxx" -#endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" #endif #ifndef _DBU_TBL_HRC_ #include "dbu_tbl.hrc" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
