summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 06:49:56 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 06:49:56 +0000
commit08d53b1b66498e8798faad37d0d6fb00bfba0c52 (patch)
tree4e47fb97c99ab56448232e9a2331a7277098123b /framework
parentcb482d51d167cb2441d523bc8121f23acbe0387d (diff)
INTEGRATION: CWS fwkq1 (1.20.36); FILE MERGED
2003/08/26 15:28:31 mba 1.20.36.1: #110843#: default detector in filtercache removed
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/filtercachedata.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 17bb1c6ebfdc..8b7dc65e5e00 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtercachedata.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: vg $ $Date: 2003-06-17 15:23:15 $
+ * last change: $Author: rt $ $Date: 2003-09-19 07:49:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -789,7 +789,6 @@ class DataContainer : private ThreadHelpBase
PerformanceHash m_aFastLoaderCache ; /// hold all registered loader services for a special file type
PerformanceHash m_aFastContentHandlerCache ; /// hold all registered content handler services for a special file type
PreferredHash m_aPreferredTypesCache ; /// assignment of extensions to preferred types for it
- Detector m_aDefaultDetector ; /// informations about our default deep detection service
Loader m_aGenericLoader ; /// informations about our default frame loader
::rtl::OUString m_sLocale ; /// current set locale of configuration to handle right UIName from set of all UINames!
sal_Bool m_bTypesModified ;