diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-07-02 06:59:45 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-07-02 06:59:45 +0000 |
commit | d7f3a62df58680e28e3a36b50f6d240253f89e1b (patch) | |
tree | b09e7f02f9061941029a8d4026fa08568e3179c4 | |
parent | 050f8583ed140fadfb726064227274c3740c1a2e (diff) |
#89042# Remove jump mark before calling queryTypeByURL
-rw-r--r-- | sfx2/source/appl/appopen.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx index a8b6eb84f0a7..3a813e68b728 100644 --- a/sfx2/source/appl/appopen.cxx +++ b/sfx2/source/appl/appopen.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appopen.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: pb $ $Date: 2001-06-29 08:52:38 $ + * last change: $Author: cd $ $Date: 2001-07-02 07:59:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1077,7 +1077,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq ) ::rtl::OUString::createFromAscii("com.sun.star.util.URLTransformer" )), UNO_QUERY ); xTrans->parseStrict( aURL ); - aTypeName = xTypeDetection->queryTypeByURL( aURL.Complete ); + aTypeName = xTypeDetection->queryTypeByURL( aURL.Main ); SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); const SfxFilter* pFilter = rMatcher.GetFilter4EA( aTypeName ); if ( !pFilter || !( pFilter->IsOwnFormat() )) |