summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view2.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:50:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:50:38 +0000
commit18babc1266c53333d856ea8728d9648c2a9c90c1 (patch)
tree8c4769f918d99c515440fb38c4cf3566e6f0bf3a /sw/source/ui/uiview/view2.cxx
parent7518958d3f44bfadfd1b3f6f325680e96112ce36 (diff)
INTEGRATION: CWS tl37 (1.70.76); FILE MERGED
2007/06/04 18:21:37 tl 1.70.76.2: RESYNC: (1.70-1.72); FILE MERGED 2007/02/06 09:57:31 tl 1.70.76.1: #i73992# SfxFilterMatcher::GuessFilter fixed
Diffstat (limited to 'sw/source/ui/uiview/view2.cxx')
-rw-r--r--sw/source/ui/uiview/view2.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 04b55c47147f..67d8be908465 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: view2.cxx,v $
*
- * $Revision: 1.74 $
+ * $Revision: 1.75 $
*
- * last change: $Author: ihi $ $Date: 2007-06-06 11:07:13 $
+ * last change: $Author: hr $ $Date: 2007-06-27 12:50:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1969,6 +1969,7 @@ long SwView::InsertDoc( USHORT nSlotId, const String& rFileName, const String& r
{
pMed = new SfxMedium(rFileName, STREAM_READ, TRUE, 0, 0 );
SfxFilterMatcher aMatcher( rFact.GetFilterContainer()->GetName() );
+ pMed->UseInteractionHandler( TRUE );
ErrCode nErr = aMatcher.GuessFilter( *pMed, &pFilter, FALSE );
if ( nErr )
DELETEZ(pMed);