User: rt Date: 2007-07-06 08:33:31+0000 Modified: dba/dbaccess/source/ui/misc/RtfReader.cxx
Log: INTEGRATION: CWS oj14 (1.16.4); FILE MERGED 2006/11/07 09:33:41 oj 1.16.4.6: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 08:12:20 oj 1.16.4.5: RESYNC: (1.18-1.21); FILE MERGED 2006/04/25 13:03:14 oj 1.16.4.4: new include 2006/03/20 14:00:35 oj 1.16.4.3: RESYNC: (1.16-1.18); FILE MERGED 2006/03/20 07:48:43 oj 1.16.4.2: use of module client helper 2006/01/03 07:49:18 oj 1.16.4.1: changed module client File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: RtfReader.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/RtfReader.cxx?r1=1.22&r2=1.23 Delta lines: +3 -3 ------------------- --- RtfReader.cxx 2006-09-17 07:13:06+0000 1.22 +++ RtfReader.cxx 2007-07-06 08:33:29+0000 1.23 @@ -41,9 +41,6 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _COM_SUN_STAR_SDBCX_XDATADESCRIPTORFACTORY_HPP_ #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> #endif @@ -107,6 +104,9 @@ #ifndef DBAUI_WIZ_EXTENDPAGES_HXX #include "WExtendPages.hxx" #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif #ifndef DBAUI_ENUMTYPES_HXX #include "QEnumTypes.hxx" #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
