Tag: cws_src680_dba201b User: fs Date: 05/08/08 05:28:37 Modified: /dba/dbaccess/source/ui/app/ AppController.cxx
Log: merging a (lost) fix from CWS dba201(a) File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.20.26.8&r2=1.20.26.9 Delta lines: +3 -3 ------------------- --- AppController.cxx 8 Aug 2005 12:27:20 -0000 1.20.26.8 +++ AppController.cxx 8 Aug 2005 12:28:34 -0000 1.20.26.9 @@ -2,9 +2,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.20.26.8 $ + * $Revision: 1.20.26.9 $ * - * last change: $Author: fs $ $Date: 2005/08/08 12:27:20 $ + * last change: $Author: fs $ $Date: 2005/08/08 12:28:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1659,10 +1659,10 @@ { ElementType eType = getContainer()->getElementType(); + Reference<XConnection> xConnection; Reference<XDatabaseMetaData> xMetaData; if ( eType == E_TABLE ) { - Reference<XConnection> xConnection; ensureConnection(xConnection); if ( xConnection.is() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
