summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl b/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
index 4cdccf0d6a22..8c6fec6d34b8 100644
--- a/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
+++ b/offapi/com/sun/star/linguistic2/LinguServiceEventFlags.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_linguistic2_LinguServiceEventFlags_idl__
-//=============================================================================
module com { module sun { module star { module linguistic2 {
-//=============================================================================
/** to be used in lingu-service events.
<P>These values define the flags which may be logically combined
@@ -33,22 +31,18 @@ module com { module sun { module star { module linguistic2 {
*/
published constants LinguServiceEventFlags
{
- //-------------------------------------------------------------------------
/** The spelling of previously correct words should be checked again.
*/
const short SPELL_CORRECT_WORDS_AGAIN = 1;
- //-------------------------------------------------------------------------
/** The spelling of previously misspelled words should be checked again.
*/
const short SPELL_WRONG_WORDS_AGAIN = 2;
- //-------------------------------------------------------------------------
/** The hyphenation of words may have changed.
*/
const short HYPHENATE_AGAIN = 4;
- //-------------------------------------------------------------------------
/** Request new proofreading of the document
@since OOo 3.0.1
@@ -57,7 +51,6 @@ published constants LinguServiceEventFlags
};
-//=============================================================================
}; }; }; };