Tag: cws_dev300_dba30c User: fs Date: 2008-05-13 06:08:42+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: #i10000# post-resync 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.59.4.2&r2=1.59.4.3 Delta lines: +3 -5 ------------------- --- documentdefinition.cxx 2008-05-09 08:24:09+0000 1.59.4.2 +++ documentdefinition.cxx 2008-05-13 06:08:39+0000 1.59.4.3 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: documentdefinition.cxx,v $ - * $Revision: 1.59.4.2 $ + * $Revision: 1.59.4.3 $ * * This file is part of OpenOffice.org. * @@ -898,9 +898,6 @@ } } - // our database document's macro execution mode - sal_Int16 nImposedMacroExecMode( m_pImpl->m_pDataSource->getImposedMacroExecMode() ); - // (caching it, since adjustMacroMode will overwrite it) bool bExecuteDBDocMacros = m_pImpl->m_pDataSource->checkMacrosOnLoading(); // Note that this call implies the user might be asked for the macro execution mode. // Normally, this would happen when the database document is loaded, and subsequent calls @@ -1733,6 +1730,7 @@ } } } + // ----------------------------------------------------------------------------- void ODocumentDefinition::onCommandPreview(Any& _rImage) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
