summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl')
-rw-r--r--oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl b/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
new file mode 100644
index 000000000000..c6e2415db302
--- /dev/null
+++ b/oovbaapi/ooo/vba/powerpoint/PpFarEastLineBreakLevel.idl
@@ -0,0 +1,7 @@
+module ooo { module vba { module powerpoint {
+ constants PpFarEastLineBreakLevel {
+ const long ppFarEastLineBreakLevelCustom = 3;
+ const long ppFarEastLineBreakLevelNormal = 1;
+ const long ppFarEastLineBreakLevelStrict = 2;
+ };
+}; }; };