Tag: cws_src680_warnings01 User: fs Date: 06/06/14 03:29:59 Modified: /dba/dbaccess/source/ui/uno/ ColumnModel.cxx
Log: removed useless include File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: ColumnModel.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/ColumnModel.cxx?r1=1.5.50.1&r2=1.5.50.2 Delta lines: +5 -5 ------------------- --- ColumnModel.cxx 24 Mar 2006 15:36:32 -0000 1.5.50.1 +++ ColumnModel.cxx 14 Jun 2006 10:29:56 -0000 1.5.50.2 @@ -4,9 +4,9 @@ * * $RCSfile: ColumnModel.cxx,v $ * - * $Revision: 1.5.50.1 $ + * $Revision: 1.5.50.2 $ * - * last change: $Author: fs $ $Date: 2006/03/24 15:36:32 $ + * last change: $Author: fs $ $Date: 2006/06/14 10:29:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,6 +42,9 @@ #ifndef _COM_SUN_STAR_AWT_FONTEMPHASISMARK_HPP_ #include <com/sun/star/awt/FontEmphasisMark.hpp> #endif +#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_ +#include <com/sun/star/beans/PropertyAttribute.hpp> +#endif #ifndef _CPPUHELPER_QUERYINTERFACE_HXX_ #include <cppuhelper/queryinterface.hxx> @@ -60,9 +63,6 @@ #endif #ifndef _COMPHELPER_PROPERTY_HXX_ #include <comphelper/property.hxx> -#endif -#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_ -#include <connectivity/sdbcx/VColumn.hxx> #endif extern "C" void SAL_CALL createRegistryInfo_OColumnControlModel() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
