INTEGRATION: CWS vcl87 (1.22.12); FILE MERGED
2008/02/26 16:54:32 pl 1.22.12.1: #i86358# remove unused code
This commit is contained in:
parent
69bf02d52d
commit
54ef8fcabf
1 changed files with 2 additions and 28 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: iodlg.cxx,v $
|
||||
*
|
||||
* $Revision: 1.22 $
|
||||
* $Revision: 1.23 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2008-02-04 14:17:56 $
|
||||
* last change: $Author: kz $ $Date: 2008-04-03 16:44:22 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -324,12 +324,6 @@ namespace
|
|||
rFile += rExtension;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
sal_Bool IsFileURL( const String& rURL )
|
||||
{
|
||||
return ( INetURLObject::CompareProtocolScheme( rURL ) == INET_PROT_FILE );
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// move the control with the given offset
|
||||
void lcl_MoveControl( Control* _pControl, sal_Int32 _nDeltaX, sal_Int32 _nDeltaY, sal_Int32* _pMaxY = NULL )
|
||||
|
@ -2593,26 +2587,6 @@ const String& SvtFileDialog::GetFilterName( USHORT nPos ) const
|
|||
|
||||
//*****************************************************************************
|
||||
|
||||
const String& SvtFileDialog::GetFilterType( USHORT nPos ) const
|
||||
{
|
||||
DBG_ASSERT( nPos < GetFilterCount(), "invalid index" );
|
||||
return _pImp->_pFilter->GetObject( nPos )->GetType();
|
||||
}
|
||||
|
||||
//*****************************************************************************
|
||||
|
||||
void SvtFileDialog::SetDefaultButtonText( const XubString& rText, ULONG nHelpId )
|
||||
{
|
||||
if ( _pImp && _pImp->_pBtnFileOpen )
|
||||
{
|
||||
_pImp->_pBtnFileOpen->SetText( rText );
|
||||
if ( nHelpId )
|
||||
_pImp->_pBtnFileOpen->SetHelpId( nHelpId );
|
||||
}
|
||||
}
|
||||
|
||||
//*****************************************************************************
|
||||
|
||||
void SvtFileDialog::InitSize()
|
||||
{
|
||||
if ( ! _pImp->_aIniKey.Len() )
|
||||
|
|
Loading…
Reference in a new issue