INTEGRATION: CWS dba23a (1.7.72); FILE MERGED

2007/02/26 11:48:12 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:25:48 +00:00
parent 013900009f
commit 3b4bb36442

View file

@ -4,9 +4,9 @@
*
* $RCSfile: directsql.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: rt $ $Date: 2007-04-26 07:59:16 $
* last change: $Author: kz $ $Date: 2007-05-10 10:25:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -189,15 +189,6 @@ DBG_NAME(DirectSQLDialog)
return m_aStatementHistory.size();
}
//--------------------------------------------------------------------
void DirectSQLDialog::setHistoryLimit(sal_Int32 _nMaxEntries)
{
CHECK_INVARIANTS("DirectSQLDialog::setHistoryLimit");
m_nHistoryLimit = _nMaxEntries;
implEnsureHistoryLimit();
}
//--------------------------------------------------------------------
void DirectSQLDialog::implEnsureHistoryLimit()
{