Tag: cws_src680_dba203c User: fs Date: 06/04/25 01:44:57 Modified: /dba/dbaccess/source/core/dataaccess/ definitioncontainer.cxx
Log: isReadOnly is dead -> removed it File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: definitioncontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/definitioncontainer.cxx?r1=1.20&r2=1.20.104.1 Delta lines: +3 -9 ------------------- --- definitioncontainer.cxx 23 Sep 2005 12:05:57 -0000 1.20 +++ definitioncontainer.cxx 25 Apr 2006 08:44:55 -0000 1.20.104.1 @@ -4,9 +4,9 @@ * * $RCSfile: definitioncontainer.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.20.104.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:05:57 $ + * last change: $Author: fs $ $Date: 2006/04/25 08:44:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -425,12 +425,6 @@ aIter->second = Documents::mapped_type(); } } -} - -//-------------------------------------------------------------------------- -sal_Bool ODefinitionContainer::isReadOnly() const -{ - return sal_False; } //-------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
