summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:16:52 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:16:52 +0000
commit1aa36199ea32c2f76552fa9842f9b7fe5638399f (patch)
tree0dd1accbff388605338ce7dce5de32b31cbde249
parent74e85b3ef522b53f9a7593b3b86d882157fcd379 (diff)
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
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.cxx14
1 files changed, 2 insertions, 12 deletions
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;