Tag: cws_src680_macosxquicktime01 User: pl Date: 2007-10-26 11:09:55+0000 Modified: dba/dbaccess/source/ui/dlg/dsselect.cxx
Log: #i82621# fixed a copy/paset error File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dsselect.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dsselect.cxx?r1=1.21&r2=1.21.52.1 Delta lines: +3 -12 -------------------- --- dsselect.cxx 2007-07-24 12:07:51+0000 1.21 +++ dsselect.cxx 2007-10-26 11:09:53+0000 1.21.52.1 @@ -4,9 +4,9 @@ * * $RCSfile: dsselect.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.21.52.1 $ * - * last change: $Author: rt $ $Date: 2007/07/24 12:07:51 $ + * last change: $Author: pl $ $Date: 2007/10/26 11:09:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,15 +55,6 @@ #include <tools/rcid.h> #endif -#if defined( WIN ) || defined( WNT ) -#define HWND void* -#define HMENU void* -typedef void* HDC; - // was unable to include windows.h, that's why this direct define -#endif -#ifndef _SV_SYSDATA_HXX -#include <vcl/sysdata.hxx> -#endif #ifndef _COM_SUN_STAR_SDBCX_XCREATECATALOG_HPP_ #include <com/sun/star/sdbcx/XCreateCatalog.hpp> #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
