Tag: cws_dev300_odbmacros3 User: fs Date: 2008-09-09 11:01:24+0000 Modified: dba/dbaccess/source/core/dataaccess/ModelImpl.cxx
Log: #i49133# getLocation => getDocFileLocation File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.25.6.11&r2=1.25.6.12 Delta lines: +3 -3 ------------------- --- ModelImpl.cxx 2008-08-25 09:38:22+0000 1.25.6.11 +++ ModelImpl.cxx 2008-09-09 11:01:22+0000 1.25.6.12 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ModelImpl.cxx,v $ - * $Revision: 1.25.6.11 $ + * $Revision: 1.25.6.12 $ * * This file is part of OpenOffice.org. * @@ -1381,7 +1381,7 @@ // don't return getURL() (or m_sDocumentURL, which is the same). In case we were recovered // after a previous crash of OOo, m_sDocFileLocation points to the file which were loaded from, // and this is the one we need for security checks. - return getLocation(); + return getDocFileLocation(); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
