Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:24:04+0000 Modified: dba/dbaccess/source/ui/misc/linkeddocuments.cxx
Log: during #i81658#: string cleanup File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: linkeddocuments.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/linkeddocuments.cxx?r1=1.24&r2=1.24.32.1 Delta lines: +5 -5 ------------------- --- linkeddocuments.cxx 2007-08-31 09:15:32+0000 1.24 +++ linkeddocuments.cxx 2007-11-08 14:24:01+0000 1.24.32.1 @@ -4,9 +4,9 @@ * * $RCSfile: linkeddocuments.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.24.32.1 $ * - * last change: $Author: vg $ $Date: 2007/08/31 09:15:32 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:24:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -244,7 +244,7 @@ break; } - aArguments[1].Name = PROPERTY_ACTIVECONNECTION; + aArguments[1].Name = PROPERTY_ACTIVE_CONNECTION; aArguments[1].Value <<= m_xConnection; OSL_ENSURE(m_xDocumentContainer.is(), "OLinkedDocumentsAccess::OLinkedDocumentsAccess: invalid document container!"); try @@ -384,7 +384,7 @@ aValue.Value <<= aClassId; aArguments[0] <<= aValue; - aValue.Name = PROPERTY_ACTIVECONNECTION; + aValue.Name = PROPERTY_ACTIVE_CONNECTION; aValue.Value <<= m_xConnection; aArguments[1] <<= aValue; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
