summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FStatement.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:17:35 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:17:35 +0000
commitab77cec1a2de1e6740345925792f4befe4f5d4f6 (patch)
tree3acfc07bf301c6f6772455e818490fb7e5320f2c /connectivity/source/drivers/file/FStatement.cxx
parentb49d2321d47fc153d898cb62c3e3ad15138fcef8 (diff)
INTEGRATION: CWS dba22ui (1.42.20); FILE MERGED
2006/12/05 09:46:54 fs 1.42.20.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/drivers/file/FStatement.cxx')
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index e9c862e3bf93..0ae90b52ca7f 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FStatement.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 02:34:18 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:17:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -460,7 +460,7 @@ void OStatement_Base::setOrderbyColumn( OSQLParseNode* pColumnRef,
// 0, String() );
// return;
// }
- pColumnRef->getChild(2)->parseNodeToStr(aColumnName,m_xDBMetaData,NULL,sal_False,sal_False);
+ pColumnRef->getChild(2)->parseNodeToStr( aColumnName, getOwnConnection(), NULL, sal_False, sal_False );
}
else
{