INTEGRATION: CWS impress89 (1.27.64); FILE MERGED
2006/03/14 12:58:12 cl 1.27.64.1: #i62767# applied drag and drop patch from cmc
This commit is contained in:
parent
52e81704cd
commit
b56d278298
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: sdview4.cxx,v $
|
* $RCSfile: sdview4.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.27 $
|
* $Revision: 1.28 $
|
||||||
*
|
*
|
||||||
* last change: $Author: obo $ $Date: 2006-01-20 09:20:04 $
|
* last change: $Author: vg $ $Date: 2006-04-06 16:29:25 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -430,7 +430,8 @@ IMPL_LINK( View, DropInsertFileHdl, Timer*, pTimer )
|
||||||
{
|
{
|
||||||
::std::vector< String > aFilterVector;
|
::std::vector< String > aFilterVector;
|
||||||
const String aFilterName( pFoundFilter->GetFilterName() );
|
const String aFilterName( pFoundFilter->GetFilterName() );
|
||||||
const String aLowerAsciiFileName( aCurrentDropFile.ToLowerAscii() );
|
String aLowerAsciiFileName( aCurrentDropFile );
|
||||||
|
aLowerAsciiFileName.ToLowerAscii();
|
||||||
|
|
||||||
FuInsertFile::GetSupportedFilterVector( aFilterVector );
|
FuInsertFile::GetSupportedFilterVector( aFilterVector );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue