Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-14 08:36:57+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: temporarily disable scripting support for database documents, so we have an intermediate version of the CWS which we can integrate File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.192.2.11&r2=1.192.2.12 Delta lines: +8 -3 ------------------- --- unodatbr.cxx 2008-02-11 13:42:13+0000 1.192.2.11 +++ unodatbr.cxx 2008-02-14 08:36:55+0000 1.192.2.12 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.192.2.11 $ + * $Revision: 1.192.2.12 $ * - * last change: $Author: fs $ $Date: 2008/02/11 13:42:13 $ + * last change: $Author: fs $ $Date: 2008/02/14 08:36:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -3026,6 +3026,11 @@ m_aDocScriptSupport = ::boost::optional< bool >( Reference< XEmbeddedScripts >( xDocument, UNO_QUERY ).is() ); } + // TODO: remove the following line. The current version is just to be able + // to integrate an intermediate version of the CWS, which should behave as + // if no macros in DB docs are allowed + m_aDocScriptSupport = ::boost::optional< bool> ( false ); + if ( implSelect( sInitialDataSourceName, sInitialCommand, nInitialDisplayCommandType, bEsacpeProcessing, xConnection, sal_True ) ) { try --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
