diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 06:56:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 06:56:25 +0000 |
commit | b57a23a4f6d981def982eb72935823c2649d6728 (patch) | |
tree | 2163eb4fe10d8874a13e12e06cb47a85b4041272 /sfx2/source/appl/appmain.cxx | |
parent | 0fddecd55097eab58c6e4e173f6922afe2a5e53b (diff) |
INTEGRATION: CWS fwkq1 (1.14.76); FILE MERGED
2003/07/14 18:00:02 mba 1.14.76.1: #110843#: get rid of factories
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) ); } |