summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 13:03:00 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 13:03:00 +0000
commitf87ebb3d7db4180dc1dfab44bb99de9798d12e7a (patch)
tree72aa33e965c699b6cd69f60a3d7616052a3048ee
parentc7ad07ed978b0309797c0296c46706c672068646 (diff)
INTEGRATION: CWS titles02 (1.6.8); FILE MERGED
2008/02/12 13:25:35 as 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/17 15:29:55 oj 1.6.8.1: #i45617# title feature
-rw-r--r--dbaccess/source/ui/misc/databaseobjectview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/databaseobjectview.cxx b/dbaccess/source/ui/misc/databaseobjectview.cxx
index 596f08b5c..8955c321d 100644
--- a/dbaccess/source/ui/misc/databaseobjectview.cxx
+++ b/dbaccess/source/ui/misc/databaseobjectview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: databaseobjectview.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2008-03-06 18:28:38 $
+ * last change: $Author: kz $ $Date: 2008-04-04 14:03:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -236,7 +236,7 @@ namespace dbaui
QueryDesigner::QueryDesigner( const Reference< XMultiServiceFactory >& _rxORB, const Reference< XDatabaseDocumentUI >& _rxApplication,
const Reference< XFrame >& _rxParentFrame,
bool _bCreateView, sal_Bool _bPreferSQLView )
- :DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, static_cast< ::rtl::OUString >( URL_COMPONENT_QUERYDESIGN ) )
+ :DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, static_cast< ::rtl::OUString >( _bCreateView ? URL_COMPONENT_VIEWDESIGN : URL_COMPONENT_QUERYDESIGN ) )
,m_nCommandType( _bCreateView ? CommandType::TABLE : CommandType::QUERY )
,m_bPreferSQLView( _bPreferSQLView )
{