summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/smarttags
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/smarttags
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/smarttags')
-rw-r--r--offapi/com/sun/star/smarttags/SmartTagAction.idl4
-rw-r--r--offapi/com/sun/star/smarttags/SmartTagRecognizer.idl4
-rw-r--r--offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl2
-rw-r--r--offapi/com/sun/star/smarttags/XSmartTagAction.idl14
-rw-r--r--offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl10
5 files changed, 0 insertions, 34 deletions
diff --git a/offapi/com/sun/star/smarttags/SmartTagAction.idl b/offapi/com/sun/star/smarttags/SmartTagAction.idl
index 646b62d97477..b4151fdc66db 100644
--- a/offapi/com/sun/star/smarttags/SmartTagAction.idl
+++ b/offapi/com/sun/star/smarttags/SmartTagAction.idl
@@ -20,17 +20,14 @@
#ifndef __com_sun_star_smarttags_SmartTagAction_idl__
#define __com_sun_star_smarttags_SmartTagAction_idl__
-//============================================================================
module com { module sun { module star { module smarttags {
interface XSmartTagAction; };
}; }; };
-//============================================================================
module com { module sun { module star { module smarttags {
-//============================================================================
/** provides one or more actions for smart tags.
@@ -43,7 +40,6 @@ module com { module sun { module star { module smarttags {
service SmartTagAction : XSmartTagAction {};
-//============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl b/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl
index f3274be2f15f..c9df9f4dc646 100644
--- a/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl
+++ b/offapi/com/sun/star/smarttags/SmartTagRecognizer.idl
@@ -20,17 +20,14 @@
#ifndef __com_sun_star_smarttags_SmartTagRecognizer_idl__
#define __com_sun_star_smarttags_SmartTagRecognizer_idl__
-//============================================================================
module com { module sun { module star { module smarttags {
interface XSmartTagRecognizer; };
}; }; };
-//============================================================================
module com { module sun { module star { module smarttags {
-//============================================================================
/** recognizes smart tags.
@@ -44,7 +41,6 @@ module com { module sun { module star { module smarttags {
service SmartTagRecognizer : XSmartTagRecognizer {};
-//============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl b/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl
index e187da79f517..854705afe003 100644
--- a/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl
+++ b/offapi/com/sun/star/smarttags/SmartTagRecognizerMode.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_smarttags_SmartTagRecognizerMode_idl__
#define __com_sun_star_smarttags_SmartTagRecognizerMode_idl__
-//=============================================================================
module com { module sun { module star { module smarttags {
-//=============================================================================
/** specifies the which type of text is passed to
<method>XSmartTagRecognizer::recognize()</method></p>
diff --git a/offapi/com/sun/star/smarttags/XSmartTagAction.idl b/offapi/com/sun/star/smarttags/XSmartTagAction.idl
index 0821b4a0a47c..13638ae68aef 100644
--- a/offapi/com/sun/star/smarttags/XSmartTagAction.idl
+++ b/offapi/com/sun/star/smarttags/XSmartTagAction.idl
@@ -37,11 +37,9 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module smarttags {
-//=============================================================================
/** provides access to smart tag actions.
@@ -50,7 +48,6 @@ module com { module sun { module star { module smarttags {
interface XSmartTagAction: com::sun::star::lang::XInitialization
{
- //-------------------------------------------------------------------------
/** obtains a name that describes this action component.
@param aLocale
@@ -62,7 +59,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
string getName( [in] ::com::sun::star::lang::Locale aLocale );
- //-------------------------------------------------------------------------
/** obtains a detailed description of this action component.
@param aLocale
@@ -74,14 +70,12 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
string getDescription( [in] ::com::sun::star::lang::Locale aLocale );
- //-------------------------------------------------------------------------
/** the number of smart tag types supported by this action
component.
*/
[attribute, readonly] long SmartTagCount;
- //-------------------------------------------------------------------------
/** obtains the name of one specific smart tag type supported by
this action component.
@@ -101,7 +95,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** obtains the caption of the smart tag type for using in user
interfaces.
@@ -124,7 +117,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** obtains the number of actions provided for a specify smart tag
type.
@@ -142,7 +134,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
long getActionCount( [in] string aSmartTagName,
[in] com::sun::star::frame::XController xController );
- //-------------------------------------------------------------------------
/** obtains a unique integer identifier for an action.
@param aSmartTagName
@@ -167,7 +158,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** obtains a caption for a specified action for use in user
interfaces.
@@ -214,7 +204,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** obtains a language independent name of an action.
@param nActionID
@@ -234,7 +223,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** invokes an action.
@param nActionID
@@ -277,7 +265,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** determines whether a caption is dynamic.
@param nActionID
@@ -305,7 +292,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** determines whether the smart tag indicator should be visible.
@param nActionID
diff --git a/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl b/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl
index aa23f144561d..5a9c011d1a4f 100644
--- a/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl
+++ b/offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl
@@ -37,11 +37,9 @@
#include <com/sun/star/frame/XController.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module smarttags {
-//=============================================================================
/**
provides access to a smart tag recognizer.
@@ -51,7 +49,6 @@ module com { module sun { module star { module smarttags {
interface XSmartTagRecognizer: com::sun::star::lang::XInitialization
{
- //-------------------------------------------------------------------------
/** obtains a name that describes this recognizer component.
@param aLocale
@@ -63,7 +60,6 @@ interface XSmartTagRecognizer: com::sun::star::lang::XInitialization
string getName( [in] ::com::sun::star::lang::Locale aLocale );
- //-------------------------------------------------------------------------
/** obtains a detailed description of this recognizer component.
@param aLocale
@@ -75,14 +71,12 @@ interface XSmartTagRecognizer: com::sun::star::lang::XInitialization
string getDescription( [in] ::com::sun::star::lang::Locale aLocale );
- //-------------------------------------------------------------------------
/** The number of smart tag types supported by this recognizer
component.
*/
[attribute, readonly] long SmartTagCount;
- //-------------------------------------------------------------------------
/** obtains the name of one specific smart tag type supported by
this recognizer component.
@@ -102,7 +96,6 @@ interface XSmartTagRecognizer: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** obtains the URL that can be used to download new or updated
recognizers.
@@ -121,7 +114,6 @@ interface XSmartTagRecognizer: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** recognizes smart tags.
@param aText
@@ -164,7 +156,6 @@ interface XSmartTagRecognizer: com::sun::star::lang::XInitialization
[in] com::sun::star::i18n::XBreakIterator xTokenizer );
- //-------------------------------------------------------------------------
/** indicates whether there is a property page for a smart tag type.
@param nSmartTagIndex
@@ -187,7 +178,6 @@ interface XSmartTagRecognizer: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** launches the property page for a smart tag type.
@param nSmartTagIndex