summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VView.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-29 06:07:13 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-29 06:07:13 +0000
commitf609294ba49064121a22697abe0e595a0149b9d1 (patch)
tree16b77ccfdd9152184b57e77e8f73403f5864487c /connectivity/source/sdbcx/VView.cxx
parent1d8a2ca4cc0d859d164effff55a58d0ac598a3a2 (diff)
views impl
Diffstat (limited to 'connectivity/source/sdbcx/VView.cxx')
-rw-r--r--connectivity/source/sdbcx/VView.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx
index 3e6293b9d185..332b35cd419c 100644
--- a/connectivity/source/sdbcx/VView.cxx
+++ b/connectivity/source/sdbcx/VView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VView.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mh $ $Date: 2000-11-29 12:28:04 $
+ * last change: $Author: oj $ $Date: 2001-03-29 07:05:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,10 +99,12 @@ OView::OView(sal_Bool _bCase,
{
m_Name = _Name;
+ construct();
}
// -------------------------------------------------------------------------
OView::OView(sal_Bool _bCase): ODescriptor(OViewHelper::rBHelper,_bCase,sal_True)
{
+ construct();
}
// -------------------------------------------------------------------------
OView::~OView()