User: hr Date: 06/06/19 20:07:00 Modified: /dba/dbaccess/source/ui/dlg/ detailpages.hxx
Log: INTEGRATION: CWS warnings01 (1.23.48); FILE MERGED 2006/06/01 07:22:27 fs 1.23.48.2: include charsets.hxx here, not in a deeper hxx 2006/03/24 15:36:11 fs 1.23.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: detailpages.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.hxx?r1=1.23&r2=1.24 Delta lines: +4 -1 ------------------- --- detailpages.hxx 8 Sep 2005 14:58:15 -0000 1.23 +++ detailpages.hxx 20 Jun 2006 03:06:58 -0000 1.24 @@ -39,6 +39,9 @@ #ifndef _DBAUI_ADMINPAGES_HXX_ #include "adminpages.hxx" #endif +#ifndef _DBAUI_CHARSETS_HXX_ +#include "charsets.hxx" +#endif #ifndef _SV_FIELD_HXX #include <vcl/field.hxx> #endif @@ -252,7 +255,7 @@ , USHORT _nResId , const SfxItemSet& _rCoreAttrs , USHORT _nPortId - , char* _pDriverName); + , const char* _pDriverName); protected: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
