summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:55:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:55:40 +0000
commitff1740418fd1b930a84fbc534acbf4a6515dcd19 (patch)
tree90083aa5bae24d9fd8167cc6cc9b1de3aef44c75 /sfx2/source
parent31d7efb392a1846d5ebb6c2f4f2ad46d160a1af2 (diff)
INTEGRATION: CWS tl37 (1.23.132); FILE MERGED
2007/02/15 11:34:54 mba 1.23.132.1: #i73992#: GuessFilter must not use InteractionHandler automatically
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/view/orgmgr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/orgmgr.cxx b/sfx2/source/view/orgmgr.cxx
index 73f5e441ccb9..340878c21e57 100644
--- a/sfx2/source/view/orgmgr.cxx
+++ b/sfx2/source/view/orgmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: orgmgr.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:58:59 $
+ * last change: $Author: hr $ $Date: 2007-06-27 12:55:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -325,6 +325,7 @@ SfxObjectShellRef SfxOrganizeMgr::CreateObjectShell( USHORT nIdx )
SfxMedium* pMed = new SfxMedium(
aFilePath, ( STREAM_READ | STREAM_SHARE_DENYWRITE ), FALSE, 0 );
const SfxFilter* pFilter = NULL;
+ pMed->UseInteractionHandler(TRUE);
if( pSfxApp->GetFilterMatcher().GuessFilter( *pMed, &pFilter, SFX_FILTER_TEMPLATE, 0 ) ||
pFilter && !pFilter->IsOwnFormat() ||
pFilter && !pFilter->UsesStorage() )