summaryrefslogtreecommitdiff
path: root/offapi/type_reference/offapi.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/type_reference/offapi.idl')
-rw-r--r--offapi/type_reference/offapi.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index c7268343d6f5..ebe12ed929e8 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -9758,7 +9758,8 @@ module com {
};
published enum WrapTextMode {
NONE = 0,
- THROUGHT = 1,
+ THROUGH = 1,
+ THROUGHT = THROUGH, //Errant spelling deprecated in version 5.4
PARALLEL = 2,
DYNAMIC = 3,
LEFT = 4,