INTEGRATION: CWS vcl87 (1.25.38); FILE MERGED

2008/03/12 09:35:58 pl 1.25.38.2: RESYNC: (1.25-1.26); FILE MERGED
2008/02/26 16:54:32 pl 1.25.38.1: #i86358# remove unused code
This commit is contained in:
Kurt Zenker 2008-04-03 15:45:26 +00:00
parent 56d069fd47
commit 198cd1f198

View file

@ -4,9 +4,9 @@
*
* $RCSfile: SalGtkFilePicker.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: kz $ $Date: 2008-03-07 16:13:16 $
* last change: $Author: kz $ $Date: 2008-04-03 16:45:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -432,14 +432,6 @@ void SAL_CALL SalGtkFilePicker::controlStateChanged( FilePickerEvent aEvent )
if (m_xListener.is()) m_xListener->controlStateChanged( aEvent );
}
void SAL_CALL SalGtkFilePicker::dialogSizeChanged()
{
OSL_TRACE("dialog size changed");
/*
if (m_xListener.is()) m_xListener->dialogSizeChanged( aEvent );
*/
}
//-----------------------------------------------------------------------------------------
// If there are more then one listener the return value of the last one wins
//-----------------------------------------------------------------------------------------