summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailPageHelper.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-16 15:26:53 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-16 15:26:53 +0000
commit52a90f105201692271fe4463c6a3762403e6d2b1 (patch)
tree423462ece08fa789a0d7a85148bbc259a20e9402 /dbaccess/source/ui/app/AppDetailPageHelper.cxx
parentd739020e93d94a46244013bdb9bbc0ca00cbb154 (diff)
INTEGRATION: CWS fwkdbdesign01 (1.21.10); FILE MERGED
2007/02/26 11:42:54 as 1.21.10.1: #i74541# create designer as sub frames of db-model-frame
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailPageHelper.cxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
index 808e33ca0..b1389f393 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailPageHelper.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 12:00:00 $
+ * last change: $Author: ihi $ $Date: 2007-04-16 16:26:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1118,7 +1118,7 @@ void OAppDetailPageHelper::showPreview( const ::rtl::OUString& _sDataSourceName,
Reference< XDatabaseDocumentUI > xApplication( getBorderWin().getView()->getController(), UNO_QUERY );
::std::auto_ptr< DatabaseObjectView > pDispatcher( new ResultSetBrowser(
- getBorderWin().getView()->getORB(), xApplication, _bTable
+ getBorderWin().getView()->getORB(), xApplication, NULL, _bTable
) );
pDispatcher->setTargetFrame( m_xFrame );