summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r--sfx2/source/appl/appmain.cxx6
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 ) );
}