diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-10-24 10:32:53 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-10-24 10:32:53 +0000 |
commit | db99f9f7a0243a8b1979b79fa84951135853ba6d (patch) | |
tree | 1ccdb7b02d5bd9bb531f0f88e75eace1688844c6 /sfx2/source/doc | |
parent | 61b32974a03f23a2784e4f42e024ab3a06045352 (diff) |
#93690# add factory to filter again ... disable #93266#!
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/docfilt.cxx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfilt.cxx b/sfx2/source/doc/docfilt.cxx index 14d599cd34bb..578dd9040da2 100644 --- a/sfx2/source/doc/docfilt.cxx +++ b/sfx2/source/doc/docfilt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docfilt.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: as $ $Date: 2001-10-22 10:19:27 $ + * last change: $Author: as $ $Date: 2001-10-24 11:32:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -204,13 +204,20 @@ void SfxFilter::InitMembers_Impl() nVersion = SOFFICE_FILEFORMAT_50; bPlugDataSearched = 0; pPlugData = 0; - +/* // Don't add factory to internal name ... because // names of TypeDetection.xml and aName must match!!! aName = aFilterName; // Use given filtername as fallback for UI too ... // But user should set right one after construct of these instance. aUIName = aFilterName; +*/ + aName = pContainer->GetName(); + aName += DEFINE_CONST_UNICODE( ": " ); + aName += aFilterName; + + aUIName = aFilterName; + } SfxFilter::~SfxFilter() |