Tag: cws_dev300_dba31b User: oj Date: 2008-08-13 08:07:15+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: #i92085# set DocumentTitle only when not empty 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.64&r2=1.64.20.1 Delta lines: +4 -3 ------------------- --- documentdefinition.cxx 2008-06-26 09:00:48+0000 1.64 +++ documentdefinition.cxx 2008-08-13 08:07:13+0000 1.64.20.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: documentdefinition.cxx,v $ - * $Revision: 1.64 $ + * $Revision: 1.64.20.1 $ * * This file is part of OpenOffice.org. * @@ -1610,6 +1610,7 @@ aMediaDesc.put( "ComponentData", aComponentData.getPropertyValues() ); } + if ( m_pImpl->m_aProps.aTitle.getLength() ) aMediaDesc.put( "DocumentTitle", m_pImpl->m_aProps.aTitle ); // ......................................................................... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
