summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/CharacterIteratorMode.idl')
-rw-r--r--offapi/com/sun/star/i18n/CharacterIteratorMode.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/i18n/CharacterIteratorMode.idl b/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
index 3b233868b746..9678229504fd 100644
--- a/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
+++ b/offapi/com/sun/star/i18n/CharacterIteratorMode.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,13 +41,13 @@ module com { module sun { module star { module i18n {
published constants CharacterIteratorMode
{
/// skip characters
- const short SKIPCHARACTER = 0;
+ const short SKIPCHARACTER = 0;
/// skip cells
- const short SKIPCELL = 1;
+ const short SKIPCELL = 1;
/// skip control characters
- const short SKIPCONTROLCHARACTER = 2;
+ const short SKIPCONTROLCHARACTER = 2;
};
//=============================================================================