Tag: cws_src680_dba23ui User: fs Date: 2007-05-19 21:25:46+0000 Log: RESYNC: (1.17-1.18); FILE MERGED
File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx?r1=1.17.48.1&r2=1.17.48.2 Delta lines: +3 -21 -------------------- --- AppView.cxx 2006-12-21 08:29:57+0000 1.17.48.1 +++ AppView.cxx 2007-05-19 21:25:43+0000 1.17.48.2 @@ -538,12 +538,6 @@ getDetailView()->clearPages(_bTaskAlso); } // ----------------------------------------------------------------------------- -void OApplicationView::clearSelection() -{ - OSL_ENSURE(m_pWin && getPanel(),"Detail view is NULL! -> GPF"); - getPanel()->clearSelection(); -} -// ----------------------------------------------------------------------------- void OApplicationView::changeContainer(ElementType _eType) { OSL_ENSURE(m_pWin && getPanel(),"Detail view is NULL! -> GPF"); @@ -569,12 +563,6 @@ return getDetailView()->isPreviewEnabled(); } // ----------------------------------------------------------------------------- -void OApplicationView::switchPreview() -{ - OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); - getDetailView()->switchPreview(); -} -// ----------------------------------------------------------------------------- void OApplicationView::switchPreview(PreviewMode _eMode) { OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); @@ -635,12 +623,6 @@ } } // ----------------------------------------------------------------------------- -void OApplicationView::disableControls(sal_Bool _bDisable) -{ - OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); - getDetailView()->disableControls(_bDisable); -} -// ----------------------------------------------------------------------------- void OApplicationView::_disposing( const ::com::sun::star::lang::EventObject& /*_rSource*/ ) { if ( m_pWin && getDetailView() ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
