diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 16:09:14 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 16:09:14 +0000 |
commit | 0d60620de5e4f67800883edb01a36e8c204f2231 (patch) | |
tree | eeb4eced85d7a522f51d3c131cd6cc9b31276397 /forms | |
parent | f40f3c2ec8b9cc24dc5402ee140e860be8d8a625 (diff) |
INTEGRATION: CWS dba12 (1.3.40); FILE MERGED
2004/04/28 06:54:32 fs 1.3.40.1: #i26720# use a OPredicateInputController to normalize the input
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/Filter.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/forms/source/component/Filter.hxx b/forms/source/component/Filter.hxx index 9867ecff213f..500bb2e0578b 100644 --- a/forms/source/component/Filter.hxx +++ b/forms/source/component/Filter.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Filter.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2003-12-11 12:28:37 $ + * last change: $Author: hjs $ $Date: 2004-06-28 17:09:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,9 +68,6 @@ #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> #endif -#ifndef _COM_SUN_STAR_SDBC_XDATABASEMETADATA_HPP_ -#include <com/sun/star/sdbc/XDatabaseMetaData.hpp> -#endif #ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_ #include <com/sun/star/lang/XInitialization.hpp> #endif @@ -139,6 +136,7 @@ namespace frm ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB; ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xField; ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter > m_xFormatter; + ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xConnection; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData; ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > m_xMessageParent; |