User: hr Date: 06/06/19 20:18:16 Modified: /dba/dbaccess/source/ui/inc/ paramdialog.hxx
Log: INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:19 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: paramdialog.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/paramdialog.hxx?r1=1.7&r2=1.8 Delta lines: +5 -3 ------------------- --- paramdialog.hxx 8 Sep 2005 15:59:49 -0000 1.7 +++ paramdialog.hxx 20 Jun 2006 03:18:14 -0000 1.8 @@ -36,6 +36,10 @@ #ifndef _DBAUI_PARAMDIALOG_HXX_ #define _DBAUI_PARAMDIALOG_HXX_ +#ifndef _DBAUI_COMMON_TYPES_HXX_ +#include "commontypes.hxx" +#endif + #ifndef _DIALOG_HXX #include <vcl/dialog.hxx> #endif @@ -115,9 +119,7 @@ ::dbtools::OPredicateInputController m_aPredicateInput; - void* m_pVisitedParams; - // this is a vector of BOOLs, but as this file is exported we don't want to include the stl here ... - // TODO: now that we migrated the dialog and do not export the file anymore, give it a better implementation ... + ByteVector m_aVisitedParams; Timer m_aResetVisitFlag; // we reset the "visited flag" 1 second after and entry has been selected --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
