Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/14 04:49:37 Modified: dba/dbaccess/source/ui/misc/UITools.cxx
Log: #i69526# FOLDER_TYPE -> FOLDER_INDICATOR File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: UITools.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/UITools.cxx?r1=1.61&r2=1.61.18.1 Delta lines: +4 -4 ------------------- --- UITools.cxx 10 Jul 2006 15:36:22 -0000 1.61 +++ UITools.cxx 14 Sep 2006 11:49:35 -0000 1.61.18.1 @@ -4,9 +4,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.61 $ + * $Revision: 1.61.18.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:36:22 $ + * last change: $Author: fs $ $Date: 2006/09/14 11:49:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1825,7 +1825,7 @@ Reference<XNameAccess> xSubElements(_xContainer->getByName(*pIter),UNO_QUERY); if ( xSubElements.is() ) { - pEntry = _rList.InsertEntry(*pIter,_pParent,FALSE,LIST_APPEND,reinterpret_cast<void*>(FOLDER_TYPE)); + pEntry = _rList.InsertEntry( *pIter, _pParent, FALSE, LIST_APPEND, reinterpret_cast< void* >( FOLDER_INDICATOR ) ); if ( _pContainerFoundListener ) { Reference<XContainer> xCont(xSubElements,UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
