INTEGRATION: CWS ineturl1 (1.7.220); FILE MERGED

2004/12/01 16:42:05 cmc 1.7.220.3: RESYNC: (1.8-1.9); FILE MERGED
2004/10/27 12:39:31 cmc 1.7.220.2: RESYNC: (1.7-1.8); FILE MERGED
2004/10/01 10:26:38 cmc 1.7.220.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
This commit is contained in:
Jens-Heiner Rechtien 2004-12-13 11:32:38 +00:00
parent 728252e643
commit 29932a906c

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sddll.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: pjunck $ $Date: 2004-11-03 08:54:36 $
* last change: $Author: hr $ $Date: 2004-12-13 12:32:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -328,7 +328,7 @@ ULONG SdDLL::DetectFilter(SfxMedium& rMedium, const SfxFilter** ppFilter,
*ppFilter = NULL;
nReturn = ERRCODE_ABORT;
INetURLObject aURL( aFileName );
if( aURL.getExtension().EqualsIgnoreCaseAscii( "cgm" ) )
if( aURL.getExtension().equalsIgnoreAsciiCaseAscii( "cgm" ) )
{
sal_uInt8 n8;
pStm->Seek( STREAM_SEEK_TO_BEGIN );