User: hr Date: 2006/08/15 03:43:39 Modified: dba/dbaccess/source/core/api/querycomposer.cxx
Log: INTEGRATION: CWS dba30 (1.61.8); FILE MERGED 2006/07/19 12:12:23 fs 1.61.8.4: RESYNC: (1.63-1.64); FILE MERGED 2006/04/20 06:44:44 oj 1.61.8.3: RESYNC: (1.62-1.63); FILE MERGED 2005/09/30 06:05:55 fs 1.61.8.2: RESYNC: (1.61-1.62); FILE MERGED 2005/08/22 14:54:38 fs 1.61.8.1: some minor speedups in the query composer, and some RTL_LOGs for #i48403# 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.64&r2=1.65 Delta lines: +3 -0 ------------------- --- querycomposer.cxx 10 Jul 2006 15:06:14 -0000 1.64 +++ querycomposer.cxx 15 Aug 2006 10:43:36 -0000 1.65 @@ -54,6 +54,9 @@ #ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATA_HPP_ #include <com/sun/star/sdbc/XResultSetMetaData.hpp> #endif +#ifndef _COM_SUN_STAR_LANG_SERVICENOTREGISTEREDEXCEPTION_HPP_ +#include <com/sun/star/lang/ServiceNotRegisteredException.hpp> +#endif #ifndef _COMPHELPER_SEQUENCE_HXX_ #include <comphelper/sequence.hxx> #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
