INTEGRATION: CWS dba23a (1.7.72); FILE MERGED

2007/02/26 11:48:21 fs 1.7.72.1: remove unused code
Issue number:  #i74804#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
This commit is contained in:
Kurt Zenker 2007-05-10 09:41:59 +00:00
parent ea1d11edcf
commit 6f59fd2f44

View file

@ -4,9 +4,9 @@
*
* $RCSfile: TableDesignHelpBar.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: obo $ $Date: 2006-09-17 07:29:58 $
* last change: $Author: kz $ $Date: 2007-05-10 10:41:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -136,24 +136,3 @@ void OTableDesignHelpBar::copy()
void OTableDesignHelpBar::paste()
{
}
//==================================================================
// class OFieldPropTabCtrl
//==================================================================
DBG_NAME(OFieldPropTabCtrl);
//==================================================================
OFieldPropTabCtrl::OFieldPropTabCtrl( Window* pParent, WinBits nWinStyle ) :
TabControl( pParent, nWinStyle )
{
DBG_CTOR(OFieldPropTabCtrl,NULL);
}
//------------------------------------------------------------------------------
OFieldPropTabCtrl::~OFieldPropTabCtrl()
{
DBG_DTOR(OFieldPropTabCtrl,NULL);
}