summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/CharacterCompressionType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/CharacterCompressionType.idl')
-rw-r--r--offapi/com/sun/star/text/CharacterCompressionType.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/CharacterCompressionType.idl b/offapi/com/sun/star/text/CharacterCompressionType.idl
index 3ac89427b99e..16e6338b8b8a 100644
--- a/offapi/com/sun/star/text/CharacterCompressionType.idl
+++ b/offapi/com/sun/star/text/CharacterCompressionType.idl
@@ -20,34 +20,28 @@
#define __com_sun_star_text_CharacterCompressionType_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** These constants define character compression in Asian text.
*/
published constants CharacterCompressionType
{
- //-------------------------------------------------------------------------
/** the characters are uncompressed.
*/
const short NONE = 0;
- //-------------------------------------------------------------------------
/** only punctuation is compressed.
*/
const short PUNCTUATION_ONLY = 1;
- //-------------------------------------------------------------------------
/** punctuation and Japanese Kana are compressed.
*/
const short PUNCTUATION_AND_KANA = 2;
};
-//=============================================================================
}; }; }; };
#endif