summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AView.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-24 13:13:16 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-24 13:13:16 +0000
commit9df42d58386376779195f0254add40e9856354d0 (patch)
tree857b58045e61daa4a383ad2ad82711173f5079d5 /connectivity/source/drivers/ado/AView.cxx
parentaf0a882672447e337c1d074d590bf0f6e35255ea (diff)
corrected view impl.
Diffstat (limited to 'connectivity/source/drivers/ado/AView.cxx')
-rw-r--r--connectivity/source/drivers/ado/AView.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/AView.cxx b/connectivity/source/drivers/ado/AView.cxx
index f1f0fec9a8d3..709d501656e4 100644
--- a/connectivity/source/drivers/ado/AView.cxx
+++ b/connectivity/source/drivers/ado/AView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AView.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-04-12 12:31:30 $
+ * last change: $Author: oj $ $Date: 2001-04-24 14:13:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ void WpADOView::Create()
}
// -------------------------------------------------------------------------
-OAdoView::OAdoView(sal_Bool _bCase,ADOView* _pView) : OView_ADO(_bCase)
+OAdoView::OAdoView(sal_Bool _bCase,ADOView* _pView) : OView_ADO(_bCase,NULL)
{
construct();
@@ -128,6 +128,7 @@ OAdoView::OAdoView(sal_Bool _bCase, const ::rtl::OUString& _Name,
const ::rtl::OUString& _CatalogName)
: OView_ADO( _bCase,
_Name,
+ NULL,
_CheckOption,
_Command,
_SchemaName,