Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-11 13:42:16+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.192.2.10&r2=1.192.2.11 Delta lines: +3 -3 ------------------- --- unodatbr.cxx 2008-02-11 11:16:47+0000 1.192.2.10 +++ unodatbr.cxx 2008-02-11 13:42:13+0000 1.192.2.11 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.192.2.10 $ + * $Revision: 1.192.2.11 $ * - * last change: $Author: fs $ $Date: 2008/02/11 11:16:47 $ + * last change: $Author: fs $ $Date: 2008/02/11 13:42:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2910,7 +2910,7 @@ // hide the tree view it is disabled in general, or if the settings tell to hide it initially sal_Bool bHideTreeView = ( m_bEnableBrowser ) - || ( sal_False == rArguments.getOrDefault( "ShowTreeView" ), sal_True ) ) // compatibility name + || ( sal_False == rArguments.getOrDefault( "ShowTreeView", sal_True ) ) // compatibility name || ( sal_False == rArguments.getOrDefault( (::rtl::OUString)PROPERTY_SHOW_BROWSER, sal_True ) ); if ( bHideTreeView ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
