summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/paramdialog.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:18:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:18:48 +0000
commit395e46ed33c23ad62ea306f63fbfb798246be49e (patch)
tree845ddf5aca431260b5f5cc286b51f4e67673f31b /dbaccess/source/ui/inc/paramdialog.hxx
parentb11ecc83e33c9b301ef7f6da8ec3a195890f8bb2 (diff)
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)
Diffstat (limited to 'dbaccess/source/ui/inc/paramdialog.hxx')
-rw-r--r--dbaccess/source/ui/inc/paramdialog.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/paramdialog.hxx b/dbaccess/source/ui/inc/paramdialog.hxx
index e865362cf52f..6d08d798c9b8 100644
--- a/dbaccess/source/ui/inc/paramdialog.hxx
+++ b/dbaccess/source/ui/inc/paramdialog.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: paramdialog.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:59:49 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:18:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -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 @@ namespace dbaui
::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