summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFilterDetect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFilterDetect.idl')
-rw-r--r--offapi/com/sun/star/frame/XFilterDetect.idl47
1 files changed, 3 insertions, 44 deletions
diff --git a/offapi/com/sun/star/frame/XFilterDetect.idl b/offapi/com/sun/star/frame/XFilterDetect.idl
index 52d51d97b26a..d82f80c92128 100644
--- a/offapi/com/sun/star/frame/XFilterDetect.idl
+++ b/offapi/com/sun/star/frame/XFilterDetect.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFilterDetect.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:25 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,61 +71,20 @@
module com { module sun { module star { module frame {
//=============================================================================
-
-// DocMerge from xml: interface com::sun::star::frame::XFilterDetect
-/** makes it possible to determine the content type.
-
-
-
-
-
-
-
-
-
-
-
+/** use <type scope="com::sun::star::document">XExtendedFilterDetection</type> instead of this
@deprecated
*/
interface XFilterDetect: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
-
- // DocMerge: empty anyway
string getContentType( [in] string URL );
//-------------------------------------------------------------------------
-
- // DocMerge: empty anyway
boolean useExternBrowser( [in] string URL );
-
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:14 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:21 hjs
- initial import
-
- Revision 1.7 2000/09/11 11:52:28 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/23 14:49:56 mi
- missing documentations
-
- Revision 1.2 2000/01/31 09:44:58 mi
- XML syntax for documentation
-
- Revision 1.1.1.1 1999/11/11 09:48:43 jsc
- new
-
-
-=============================================================================*/
#endif