Tag: cws_src680_fwk29
User: as      
Date: 06/01/05 23:16:12

Modified:
 /dba/dbaccess/source/core/dataaccess/
  documentdefinition.cxx
 /dba/dbaccess/source/ui/misc/
  querydesignaccess.cxx

Log:
 #i59272# views of DB are not part of the desktop tree any longer

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: documentdefinition.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.32&r2=1.32.6.1
Delta lines:  +4 -4
-------------------
--- documentdefinition.cxx      3 Nov 2005 12:35:42 -0000       1.32
+++ documentdefinition.cxx      6 Jan 2006 07:16:08 -0000       1.32.6.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: documentdefinition.cxx,v $
  *
- *  $Revision: 1.32 $
+ *  $Revision: 1.32.6.1 $
  *
- *  last change: $Author: kz $ $Date: 2005/11/03 12:35:42 $
+ *  last change: $Author: as $ $Date: 2006/01/06 07:16:08 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -661,12 +661,12 @@
             // 
             if ( !m_xFrameLoader.is() )
                                m_xFrameLoader.set( m_xORB->createInstance( 
SERVICE_FRAME_DESKTOP ), UNO_QUERY_THROW );
-/*
+
             // remove the frame from the desktop's frame collection because we 
need full control of it.
                        Reference< XFramesSupplier > xSup( m_xFrameLoader, 
UNO_QUERY_THROW );
                        Reference< XFrames > xFrames( xSup->getFrames(), 
UNO_QUERY_THROW );
             xFrames->remove( xFrame );
-*/
+
             // create an OEmbedObjectHolder
                        m_xListener = new 
OEmbedObjectHolder(m_xEmbeddedObject,this);
 

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

File [changed]: querydesignaccess.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/querydesignaccess.cxx?r1=1.19&r2=1.19.32.1
Delta lines:  +4 -4
-------------------
--- querydesignaccess.cxx       3 Nov 2005 11:56:24 -0000       1.19
+++ querydesignaccess.cxx       6 Jan 2006 07:16:09 -0000       1.19.32.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: querydesignaccess.cxx,v $
  *
- *  $Revision: 1.19 $
+ *  $Revision: 1.19.32.1 $
  *
- *  last change: $Author: kz $ $Date: 2005/11/03 11:56:24 $
+ *  last change: $Author: as $ $Date: 2006/01/06 07:16:09 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -150,6 +150,7 @@
                     and some funstions behind the menu of this frame cant work.
 
                     see #124984# for further informations
+                    */
 
                                        Reference<XFramesSupplier> 
xSup(m_xFrameLoader,UNO_QUERY);
                                        if ( xSup.is() )
@@ -157,7 +158,6 @@
                                                Reference<XFrames> xFrames = 
xSup->getFrames();
                                                xFrames->remove(xFrame);
                                        }
-                    */
 
                                        Reference<XComponentLoader> 
xFrameLoad(xFrame,UNO_QUERY);
                                        if ( xFrameLoad.is() )




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

Reply via email to