summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:26:45 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:26:45 +0000
commit155e7910270c379d027ee302be1218abc94e557f (patch)
tree48be05e438739631846b44c082f3982d7c2ee4ab /connectivity/source/simpledbt
parent4657f6d7c60f22d336d26e3fc15e6caba5633784 (diff)
INTEGRATION: CWS dba22ui (1.4.190); FILE MERGED
2006/12/05 09:46:56 fs 1.4.190.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
Diffstat (limited to 'connectivity/source/simpledbt')
-rw-r--r--connectivity/source/simpledbt/parsenode_s.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/simpledbt/parsenode_s.hxx b/connectivity/source/simpledbt/parsenode_s.hxx
index 79dc46eb6772..1f61a3d3e70e 100644
--- a/connectivity/source/simpledbt/parsenode_s.hxx
+++ b/connectivity/source/simpledbt/parsenode_s.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: parsenode_s.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:47:24 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:26:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,12 +66,12 @@ namespace connectivity
// ISQLParseNode
virtual void parseNodeToStr(::rtl::OUString& _rString,
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxMeta,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
const IParseContext* _pContext
) const;
virtual void parseNodeToPredicateStr(::rtl::OUString& _rString,
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxMeta,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter >& _rxFormatter,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
const ::com::sun::star::lang::Locale& _rIntl,