Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-04 22:27:24+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: #i10000 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.50.2.3&r2=1.50.2.4 Delta lines: +4 -4 ------------------- --- documentdefinition.cxx 2008-02-04 13:07:23+0000 1.50.2.3 +++ documentdefinition.cxx 2008-02-04 22:27:21+0000 1.50.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.50.2.3 $ + * $Revision: 1.50.2.4 $ * - * last change: $Author: fs $ $Date: 2008/02/04 13:07:23 $ + * last change: $Author: fs $ $Date: 2008/02/04 22:27:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1368,7 +1368,7 @@ { try { - Reference< XStorage> xStorage = getStorage(); + Reference< XStorage> xStorage = getContainerStorage(); const static ::rtl::OUString sBaseName(RTL_CONSTASCII_USTRINGPARAM("Obj")); // ----------------------------------------------------------------------------- Reference<XNameAccess> xElements(xStorage,UNO_QUERY_THROW); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
