summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfilt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docfilt.cxx')
-rw-r--r--sfx2/source/doc/docfilt.cxx13
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()