User: kz Date: 2008-06-24 16:44:53+0000 Modified: dba/dbaccess/source/core/api/querycomposer.cxx
Log: INTEGRATION: CWS obo30 (1.67.40); FILE MERGED 2008/06/10 14:54:43 obo 1.67.40.1: #i90100# ENABLE_PCH: re-sort some header File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: querycomposer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querycomposer.cxx?r1=1.67&r2=1.68 Delta lines: +9 -4 ------------------- --- querycomposer.cxx 2008-04-10 12:33:37+0000 1.67 +++ querycomposer.cxx 2008-06-24 16:44:51+0000 1.68 @@ -31,9 +31,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_dbaccess.hxx" -#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_ -#include "querycomposer.hxx" -#endif #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ #include <com/sun/star/lang/DisposedException.hpp> #endif @@ -94,6 +91,9 @@ #ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_ #include <com/sun/star/container/XChild.hpp> #endif +#ifndef DBACCESS_CORE_API_QUERYCOMPOSER_HXX +#include "querycomposer.hxx" +#endif #ifndef DBA_HELPERCOLLECTIONS_HXX #include "HelperCollections.hxx" #endif @@ -362,3 +362,8 @@ OSubComponent::release(); } // ----------------------------------------------------------------------------- + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
