Tag: cws_src680_oj14
User: oj      
Date: 2007-06-04 18:02:13+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.11.4.4&r2=1.11.4.5
Delta lines:  +0 -18
--------------------
--- AppView.cxx 2006-11-07 09:10:49+0000        1.11.4.4
+++ AppView.cxx 2007-06-04 18:02:10+0000        1.11.4.5
@@ -519,12 +519,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");
@@ -550,12 +544,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");
@@ -616,12 +604,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]

Reply via email to