From 1aa36199ea32c2f76552fa9842f9b7fe5638399f Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:16:52 +0000 Subject: INTEGRATION: CWS dba23a (1.21.6); FILE MERGED 2007/02/22 09:05:50 fs 1.21.6.1: Issue number: i74731 Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com --- dbaccess/source/ui/app/AppDetailPageHelper.cxx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'dbaccess/source') diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index 89d4892bcff3..885b2fb75c5e 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailPageHelper.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 16:26:53 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:16:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -969,11 +969,6 @@ sal_Bool OAppDetailPageHelper::isPreviewEnabled() return m_ePreviewMode != E_PREVIEWNONE; } // ----------------------------------------------------------------------------- -void OAppDetailPageHelper::switchPreview() -{ - // m_aTBPreview.GetClickHdl().Call(&m_aTBPreview); -} -// ----------------------------------------------------------------------------- void OAppDetailPageHelper::switchPreview(PreviewMode _eMode,BOOL _bForce) { if ( m_ePreviewMode != _eMode || _bForce ) @@ -1197,11 +1192,6 @@ IMPL_LINK(OAppDetailPageHelper, OnDropdownClickHdl, ToolBox*, /*pToolBox*/) return 0L; } // ----------------------------------------------------------------------------- -void OAppDetailPageHelper::disableControls(sal_Bool _bDisable) -{ - m_aTBPreview.Enable(!_bDisable); -} -// ----------------------------------------------------------------------------- void OAppDetailPageHelper::KeyInput( const KeyEvent& rKEvt ) { KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); (void)eFunc; -- cgit