Tag: cws_src680_dba24 User: oj Date: 05/03/08 02:16:27 Modified: /dba/dbaccess/source/ui/app/ AppController.cxx
Log: RESYNC: (1.14-1.16); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.12.4.7&r2=1.12.4.8 Delta lines: +5 -5 ------------------- --- AppController.cxx 25 Feb 2005 06:27:13 -0000 1.12.4.7 +++ AppController.cxx 8 Mar 2005 10:16:24 -0000 1.12.4.8 @@ -802,7 +802,7 @@ if ( aReturn.bEnabled = m_xDataSource.is() ) { DATASOURCE_TYPE eType = m_aTypeCollection.getType(::comphelper::getString(m_xDataSource->getPropertyValue(PROPERTY_URL))); - aReturn.bEnabled = DST_EMBEDDED != eType && DST_LDAP != eType && DST_CALC != eType && DST_MOZILLA != eType && DST_EVOLUTION != eType && DST_OUTLOOK != eType && DST_OUTLOOKEXP != eType; + aReturn.bEnabled = DST_EMBEDDED != eType && DST_LDAP != eType && DST_CALC != eType && DST_MOZILLA != eType && DST_THUNDERBIRD != eType && DST_EVOLUTION != eType && DST_OUTLOOK != eType && DST_OUTLOOKEXP != eType; } break; case SID_DB_APP_CONVERTTOVIEW: @@ -1571,7 +1571,7 @@ sal_Bool OApplicationController::onContainerSelect(ElementType _eType) { OSL_ENSURE(getContainer(),"View is NULL! -> GPF"); - Reference< drafts::com::sun::star::frame::XLayoutManager > xLayoutManager = getLayoutManager(getFrame()); + Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager = getLayoutManager(getFrame()); if ( xLayoutManager.is() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
