summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:17:19 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:17:19 +0000
commit471e3cac9fbb6c0f2c466d08fcc28283b3b9d175 (patch)
treeebb5497646ae6bcf025fc47692eb9b750d8f7dca
parent1aa36199ea32c2f76552fa9842f9b7fe5638399f (diff)
INTEGRATION: CWS dba23a (1.20.62); FILE MERGED
2007/02/22 09:05:51 fs 1.20.62.1: Issue number: i74731 Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index c31ccb4d600a..65d607508727 100644
--- a/dbaccess/source/ui/app/AppDetailView.cxx
+++ b/dbaccess/source/ui/app/AppDetailView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailView.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: kz $ $Date: 2006-10-05 13:00:38 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:17:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -832,12 +832,6 @@ sal_Bool OApplicationDetailView::isPreviewEnabled()
return m_pControlHelper->isPreviewEnabled();
}
// -----------------------------------------------------------------------------
-void OApplicationDetailView::switchPreview()
-{
- DBG_CHKTHIS(OApplicationDetailView,NULL);
- m_pControlHelper->switchPreview();
-}
-// -----------------------------------------------------------------------------
void OApplicationDetailView::switchPreview(PreviewMode _eMode)
{
DBG_CHKTHIS(OApplicationDetailView,NULL);
@@ -864,10 +858,3 @@ sal_Bool OApplicationDetailView::isSortUp() const
return m_pControlHelper->isSortUp();
}
// -----------------------------------------------------------------------------
-void OApplicationDetailView::disableControls(sal_Bool _bDisable)
-{
- DBG_CHKTHIS(OApplicationDetailView,NULL);
- static_cast<OTasksWindow*>(m_aTasks.getChildWindow())->Enable(!_bDisable);
- m_pControlHelper->disableControls(_bDisable);
-}
-// -----------------------------------------------------------------------------