From 4768bd17ac889317f79137126b28d4f4c010dd76 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:41:08 +0000 Subject: [PATCH] INTEGRATION: CWS dba23a (1.11.74); FILE MERGED 2007/02/26 11:48:20 fs 1.11.74.1: remove unused code Issue number: #i74804# Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com --- dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx b/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx index a817fc82a0ac..b6dcbb041e32 100644 --- a/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx +++ b/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FieldDescGenWin.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-09-17 07:28:48 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:41:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -134,11 +134,6 @@ OTableEditorCtrl* OFieldDescGenWin::GetEditorCtrl() // return m_pFieldControl->GetFormatCategory(pFieldDescr); //} //------------------------------------------------------------------------------ -void OFieldDescGenWin::ActivatePropertyField(sal_uInt16 nVirtualField) -{ - m_pFieldControl->ActivatePropertyField(nVirtualField); -} -//------------------------------------------------------------------------------ void OFieldDescGenWin::SaveData( OFieldDescription* pFieldDescr ) { DBG_CHKTHIS(OFieldDescGenWin,NULL);