diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-07-31 05:54:34 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-07-31 05:54:34 +0000 |
commit | 99d0dc0e74b84e4c08735984bbc8828a2a0e542f (patch) | |
tree | 61b5420e7ad9b2f50195c9629629279b4df2ba75 /framework/inc | |
parent | a03f7b7bba83fff949138efedf5f98b76816a6a9 (diff) |
#89661# other algorithm to extract extensions from URL
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/filtercache.hxx | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx index dd059b456652..6c111b419d6b 100644 --- a/framework/inc/classes/filtercache.hxx +++ b/framework/inc/classes/filtercache.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filtercache.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: as $ $Date: 2001-07-20 08:05:38 $ + * last change: $Author: as $ $Date: 2001-07-31 06:54:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -398,22 +398,6 @@ class FilterCache : private ThreadHelpBase private: /*-****************************************************************************************************//** - @short convert between internal and external structures - @descr We use some vector or self defined structures internal - but get sequences from configuration or must - return uno compatible values. - Thats the reason for these convert methods. - - @seealso - - - @param - - @return - - - @onerror No error should occure. - *//*-*****************************************************************************************************/ - - static ::rtl::OUString impl_extractURLExtension( const ::rtl::OUString& sURL ); - - /*-****************************************************************************************************//** @short support query mode @descr These helper functions returns subsets of our internal cached values. |