diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:17:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:17:43 +0000 |
commit | dbfe425b663d4e7c0d75d142c712adfff3f6b063 (patch) | |
tree | aba630fc33bc043a047ea2837df765423611cbf8 | |
parent | a16b63e8f6119e030c5901711eaddcfbd3cd2946 (diff) |
INTEGRATION: CWS dba23a (1.17.62); FILE MERGED
2007/02/22 09:05:51 fs 1.17.62.1: Issue number: i74731
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
-rw-r--r-- | dbaccess/source/ui/app/AppView.cxx | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx index 4eb7ad1f2c63..abce9a3dd216 100644 --- a/dbaccess/source/ui/app/AppView.cxx +++ b/dbaccess/source/ui/app/AppView.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AppView.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2006-10-05 13:01:06 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:17:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -513,12 +513,6 @@ void OApplicationView::clearPages(sal_Bool _bTaskAlso) 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"); @@ -544,12 +538,6 @@ sal_Bool OApplicationView::isPreviewEnabled() 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"); @@ -610,12 +598,6 @@ void OApplicationView::GetFocus() } } // ----------------------------------------------------------------------------- -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() ) |