summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextMarkupType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextMarkupType.idl')
-rw-r--r--offapi/com/sun/star/text/TextMarkupType.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/TextMarkupType.idl b/offapi/com/sun/star/text/TextMarkupType.idl
index d99942e0d12f..5137d47d217f 100644
--- a/offapi/com/sun/star/text/TextMarkupType.idl
+++ b/offapi/com/sun/star/text/TextMarkupType.idl
@@ -58,6 +58,12 @@ constants TextMarkupType
/// An inivisible markup used to identify sentence boundaries.
/// @since OOo 3.0.1
const long SENTENCE = 4;
+
+ /// Markups originates from change tracking.
+ /// @since OOo 3.3
+ const long TRACK_CHANGE_INSERTION = 5;
+ const long TRACK_CHANGE_DELETION = 6;
+ const long TRACK_CHANGE_FORMATCHANGE = 7;
};
}; }; }; };