summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdCursorMovement.idl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:51:11 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:51:11 +0200
commit200bc6c582d6cf2365001f27928c1e3d1f9c9845 (patch)
tree0f27abe75bc3603341aef715372676aee8d86835 /oovbaapi/ooo/vba/word/WdCursorMovement.idl
parent01ea92166c12fe080575f8faba4162779fb46c28 (diff)
parent1b465fcc0f5f699308c6ee5113dde6b82842c3dd (diff)
resyncing to master
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdCursorMovement.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdCursorMovement.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdCursorMovement.idl b/oovbaapi/ooo/vba/word/WdCursorMovement.idl
new file mode 100644
index 000000000000..65169f0375cf
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdCursorMovement.idl
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+ constants WdCursorMovement {
+ const long wdCursorMovementLogical = 0;
+ const long wdCursorMovementVisual = 1;
+ };
+}; }; };