summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl')
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
index 046472bb9b82..cbcfbc759feb 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/container/XContainerQuery.idl>
#include <com/sun/star/util/XFlushable.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** factory to create extended type detection components.
<p>
@@ -50,7 +48,6 @@ module com { module sun { module star { module document {
*/
published service ExtendedTypeDetectionFactory
{
- //-------------------------------------------------------------------------
/** factory interface to create and initialize extended type detection components.
<p>
@@ -71,7 +68,6 @@ published service ExtendedTypeDetectionFactory
*/
interface com::sun::star::lang::XMultiServiceFactory;
- //-------------------------------------------------------------------------
/** provides read access to the complete set of configuration data.
<p>
@@ -105,12 +101,10 @@ published service ExtendedTypeDetectionFactory
*/
interface com::sun::star::container::XNameAccess;
- //-------------------------------------------------------------------------
/** provides a write access to the configuration data.
*/
[optional] interface com::sun::star::container::XNameContainer;
- //-------------------------------------------------------------------------
/** provides search on the configuration data set.
<p>
@@ -120,7 +114,6 @@ published service ExtendedTypeDetectionFactory
*/
[optional] interface com::sun::star::container::XContainerQuery;
- //-------------------------------------------------------------------------
/** can be used to perform container changes.
<p>
@@ -137,7 +130,6 @@ published service ExtendedTypeDetectionFactory
[optional] interface com::sun::star::util::XFlushable;
};
-//=============================================================================
}; }; }; };