From b57a23a4f6d981def982eb72935823c2649d6728 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 19 Sep 2003 06:56:25 +0000 Subject: INTEGRATION: CWS fwkq1 (1.14.76); FILE MERGED 2003/07/14 18:00:02 mba 1.14.76.1: #110843#: get rid of factories --- sfx2/source/appl/appmain.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2/source/appl') diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 39eaa5c1702c..a71c34f61d7f 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appmain.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:27:37 $ + * last change: $Author: rt $ $Date: 2003-09-19 07:56:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -457,7 +457,7 @@ SfxFilterMatcher& SfxApplication::GetFilterMatcher() { if( !pAppData_Impl->pMatcher ) { - pAppData_Impl->pMatcher = new SfxFilterMatcher( TRUE ); + pAppData_Impl->pMatcher = new SfxFilterMatcher(); URIHelper::SetMaybeFileHdl( STATIC_LINK( pAppData_Impl->pMatcher, SfxFilterMatcher, MaybeFileHdl_Impl ) ); } -- cgit