User: kz Date: 2008-03-05 17:06:10+0000 Modified: dba/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
Log: INTEGRATION: CWS dba30a (1.12.134); FILE MERGED 2008/02/20 21:31:57 fs 1.12.134.1: remove unused code Issue number: #i86284# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: FieldDescGenWin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx?r1=1.12&r2=1.13 Delta lines: +2 -0 ------------------- --- FieldDescGenWin.cxx 2007-05-10 10:41:08+0000 1.12 +++ FieldDescGenWin.cxx 2008-03-05 17:06:07+0000 1.13 @@ -122,12 +122,14 @@ m_pFieldControl->DisplayData(pFieldDescr); } //------------------------------------------------------------------------------ +#if OSL_DEBUG_LEVEL > 0 OTableEditorCtrl* OFieldDescGenWin::GetEditorCtrl() { DBG_CHKTHIS(OFieldDescGenWin,NULL); OTableDesignView* pDesignWin = static_cast<OTableDesignView*>(GetParent()->GetParent()->GetParent()); return pDesignWin->GetEditorCtrl(); } +#endif //------------------------------------------------------------------------------ //short OFieldDescGenWin::GetFormatCategory(OFieldDescription* pFieldDescr) //{ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
