summaryrefslogtreecommitdiff
path: root/sfx2/source
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
commitc6be7549c6f6fb39a0b2da2627475d67442bc707 (patch)
tree68635b65049de8012cb4e8fe5b8df0f7525b977f /sfx2/source
parent31c9aef87a771ce8f1584364af46a093f1b5f890 (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')
-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 4490de3c2389..1820f43c0bec 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)
{