summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dataview.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-02-14 13:37:35 +0000
committerOcke Janssen <oj@openoffice.org>2001-02-14 13:37:35 +0000
commit1337935489fc4df1846cff1acb80e3829a58fe80 (patch)
tree53703cf13364480e7330ef8f7107a94a1ce1107e /dbaccess/source/ui/browser/dataview.cxx
parent0ec7545d268100380e1544d5d6fa5f83b07ac907 (diff)
tabledesign changes
Diffstat (limited to 'dbaccess/source/ui/browser/dataview.cxx')
-rw-r--r--dbaccess/source/ui/browser/dataview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx
index fab769dcf27d..21af2c3bccc1 100644
--- a/dbaccess/source/ui/browser/dataview.cxx
+++ b/dbaccess/source/ui/browser/dataview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dataview.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-02-05 09:20:23 $
+ * last change: $Author: oj $ $Date: 2001-02-14 14:29:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,8 +85,8 @@ using namespace ::com::sun::star::lang;
// using namespace ::com::sun::star::container;
// -------------------------------------------------------------------------
-ODataView::ODataView(Window* pParent, const Reference< XMultiServiceFactory >& _rFactory)
- :Window(pParent)
+ODataView::ODataView(Window* pParent, const Reference< XMultiServiceFactory >& _rFactory, WinBits nStyle)
+ :Window(pParent,nStyle)
,m_pToolBox(NULL)
,m_xServiceFactory(_rFactory)
{