summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
parent602f956d3231a093c9853d88fe5d5de2465f7112 (diff)
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
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;
};
-//=============================================================================
}; }; }; };