summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 06:49:46 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 06:49:46 +0000
commitcb482d51d167cb2441d523bc8121f23acbe0387d (patch)
tree32dec228a1f6e4755c20a62fb60614522230dc82 /framework
parentf8ee32b7e5ce4dc370c83dbe1003c914b69f7d0e (diff)
INTEGRATION: CWS fwkq1 (1.30.74); FILE MERGED
2003/08/26 15:28:30 mba 1.30.74.1: #110843#: default detector in filtercache removed
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/filtercache.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx
index 3ba27f50d052..79dcfd400d6a 100644
--- a/framework/inc/classes/filtercache.hxx
+++ b/framework/inc/classes/filtercache.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtercache.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 16:01:40 $
+ * last change: $Author: rt $ $Date: 2003-09-19 07:49:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -288,7 +288,6 @@ class FilterCache : private ThreadHelpBase
css::uno::Sequence< ::rtl::OUString > getAllContentHandlerNames () const;
css::uno::Sequence< ::rtl::OUString > getAllDetectorNamesWithDefault () const; // default detector is last one!
css::uno::Sequence< ::rtl::OUString > getAllLoaderNamesWithDefault () const; // default loader is last one!
- ::rtl::OUString getDefaultDetector () const;
::rtl::OUString getDefaultLoader () const;
css::uno::Sequence< css::beans::PropertyValue > getTypeProperties ( const ::rtl::OUString& sName ) const;