diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:27:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:27:31 +0000 |
commit | 0fea6d2451e23ac2e142fc3b2f97f58eaf194cef (patch) | |
tree | a3e6274deb5c2f847636900e7f839e8bdde7b718 /dbaccess/source/ui/inc/FieldDescControl.hxx | |
parent | ae4e4511e52f4482d33ae07345af7c8132f57cec (diff) |
INTEGRATION: CWS dba23a (1.15.126); FILE MERGED
2007/02/26 11:48:13 fs 1.15.126.1: remove unused code
Issue number: #i74804#
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/inc/FieldDescControl.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/FieldDescControl.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/FieldDescControl.hxx b/dbaccess/source/ui/inc/FieldDescControl.hxx index 72729cb19..cc1a71782 100644 --- a/dbaccess/source/ui/inc/FieldDescControl.hxx +++ b/dbaccess/source/ui/inc/FieldDescControl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: FieldDescControl.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:11:34 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:27:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -214,9 +214,6 @@ namespace dbaui String GetControlText( USHORT nControlId ); void SetReadOnly( BOOL bReadOnly ); - void ActivatePropertyField(USHORT nVirtualField); - // Parameter ist einer der FIELD_PROPERTY_xxx-Werte, das entsprechende Control wird aktiviert, wenn vorhanden - // Resize aufegrufen void CheckScrollBars(); sal_Bool isCutAllowed(); |