summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appopen.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:54:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:54:40 +0000
commitba05afea931b7cb90df25c6bdb4cbf0ed4e76b0d (patch)
tree82472130a90f5669aed459fc633e583a36984849 /sfx2/source/appl/appopen.cxx
parentfdc2e6d3328b1ced56e2459d957c17a7053fbd8a (diff)
INTEGRATION: CWS tl37 (1.109.80); FILE MERGED
2007/04/11 15:51:38 tl 1.109.80.2: RESYNC: (1.109-1.110); FILE MERGED 2007/02/15 11:34:53 mba 1.109.80.1: #i73992#: GuessFilter must not use InteractionHandler automatically
Diffstat (limited to 'sfx2/source/appl/appopen.cxx')
-rw-r--r--sfx2/source/appl/appopen.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index a62fb86c69..f1e0e7c311 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appopen.cxx,v $
*
- * $Revision: 1.110 $
+ * $Revision: 1.111 $
*
- * last change: $Author: ihi $ $Date: 2007-03-26 12:09:54 $
+ * last change: $Author: hr $ $Date: 2007-06-27 12:54:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -442,6 +442,7 @@ ULONG SfxApplication::LoadTemplate( SfxObjectShellLock& xDoc, const String &rFil
return aMedium.GetErrorCode();
}
+ aMedium.UseInteractionHandler( TRUE );
ULONG nErr = GetFilterMatcher().GuessFilter( aMedium,&pFilter,SFX_FILTER_TEMPLATE, 0 );
if ( 0 != nErr)
{