User: kz Date: 2007-05-10 10:42:17+0000 Log: INTEGRATION: CWS dba23a (1.7.254); FILE MERGED 2007/02/26 11:48:21 fs 1.7.254.1: remove unused code Issue number: #i74804# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableFieldDescWin.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx?r1=1.7&r2=1.8 Delta lines: +0 -2 ------------------- --- TableFieldDescWin.hxx 2005-09-08 16:42:18+0000 1.7 +++ TableFieldDescWin.hxx 2007-05-10 10:42:14+0000 1.8 @@ -97,8 +97,6 @@ // short GetFormatCategory(OFieldDescription* pFieldDescr) { return m_pGenPage ? m_pGenPage->GetFormatCategory(pFieldDescr) : -1; } // liefert zum am Feld eingestellten Format einen der CAT_xxx-Werte (CAT_NUMBER, CAT_DATE ...) - void ActivatePropertyField(USHORT nVirtualField) { if (m_pGenPage) m_pGenPage->ActivatePropertyField(nVirtualField); } - // Parameter ist einer der FIELD_PROPERTY_xxx-Werte, das entsprechende Control wird aktiviert, wenn vorhanden String BoolStringPersistent(const String& rUIString) const { return m_pGenPage->BoolStringPersistent(rUIString); } String BoolStringUI(const String& rPersistentString) const { return m_pGenPage->BoolStringUI(rPersistentString); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
