summaryrefslogtreecommitdiffstats
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.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XFilterDetect.idl b/offapi/com/sun/star/frame/XFilterDetect.idl
index a7be42905c40..e38d16634e6a 100644
--- a/offapi/com/sun/star/frame/XFilterDetect.idl
+++ b/offapi/com/sun/star/frame/XFilterDetect.idl
@@ -22,26 +22,21 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** use <type scope="com::sun::star::document">XExtendedFilterDetection</type> instead of this
@deprecated
*/
published interface XFilterDetect: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** - */
string getContentType( [in] string URL );
- //-------------------------------------------------------------------------
/** - */
boolean useExternBrowser( [in] string URL );
};
-//=============================================================================
}; }; }; };