User: rt Date: 06/02/07 02:19:41 Modified: /dba/dbaccess/source/ui/misc/ querydesignaccess.cxx
Log: INTEGRATION: CWS fwk29 (1.19.32); FILE MERGED 2006/01/06 07:16:09 as 1.19.32.1: #i59272# views of DB are not part of the desktop tree any longer File Changes: 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.20 Delta lines: +1 -1 ------------------- --- querydesignaccess.cxx 3 Nov 2005 11:56:24 -0000 1.19 +++ querydesignaccess.cxx 7 Feb 2006 10:19:38 -0000 1.20 @@ -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]
