summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:31:40 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:31:40 +0000
commitf857a05b45d3df477d3ed254e0a010d3d8618b2a (patch)
tree8c99dfb44c79e634000a9491505abf62a1ab1640
parentINTEGRATION: CWS dba205b (1.12.34); FILE MERGED (diff)
downloadcore-f857a05b45d3df477d3ed254e0a010d3d8618b2a.tar.gz
core-f857a05b45d3df477d3ed254e0a010d3d8618b2a.zip
INTEGRATION: CWS dba205b (1.13.166); FILE MERGED
2006/08/09 20:35:06 fs 1.13.166.1: #i68304#
-rw-r--r--dbaccess/source/ui/inc/queryfilter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/queryfilter.hxx b/dbaccess/source/ui/inc/queryfilter.hxx
index aa2fca7a612a..faeb97c7cc24 100644
--- a/dbaccess/source/ui/inc/queryfilter.hxx
+++ b/dbaccess/source/ui/inc/queryfilter.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: queryfilter.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:01:12 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 13:31:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -140,7 +140,7 @@ namespace dbaui
void SetLine( USHORT nIdx,const ::com::sun::star::beans::PropertyValue& _rItem,sal_Bool _bOr );
void EnableLines();
- sal_Int32 GetOSQLPredicateType(USHORT nPos,USHORT nCount) const;
+ sal_Int32 GetOSQLPredicateType( const String& _rSelectedPredicate ) const;
USHORT GetSelectionPos(sal_Int32 eType,const ListBox& rListBox) const;
sal_Bool getCondition(const ListBox& _rField,const ListBox& _rComp,const Edit& _rValue,::com::sun::star::beans::PropertyValue& _rFilter) const;
void fillLines(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > >& _aValues);