Tag: cws_src680_dba205a
User: oj      
Date: 2006/07/27 05:28:40

Modified:
   dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx

Log:
 #i41826# check for schema was missing

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppDetailPageHelper.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.14&r2=1.14.10.1
Delta lines:  +4 -4
-------------------
--- AppDetailPageHelper.cxx     10 Jul 2006 15:23:24 -0000      1.14
+++ AppDetailPageHelper.cxx     27 Jul 2006 12:28:37 -0000      1.14.10.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppDetailPageHelper.cxx,v $
  *
- *  $Revision: 1.14 $
+ *  $Revision: 1.14.10.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/07/10 15:23:24 $
+ *  last change: $Author: oj $ $Date: 2006/07/27 12:28:37 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -452,7 +452,7 @@
                                if ( pSchema )
                                {
                                        SvLBoxEntry* pCatalog = 
rTree.GetParent(pSchema);
-                                       if ( pCatalog || 
_xMetaData->supportsCatalogsInDataManipulation() ) // here we support catalog 
but no schema
+                                       if ( pCatalog || 
(_xMetaData->supportsCatalogsInDataManipulation() && 
!_xMetaData->supportsSchemasInDataManipulation()) ) // here we support catalog 
but no schema
                                        {
                                                if ( pCatalog == NULL )
                                                {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to