diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:08:50 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 16:41:08 +0200 |
commit | 246efa0d481c4b3bb55c1f53d954557cc027c008 (patch) | |
tree | 76742dc66aaa690f9588450e590a6694f391ba00 /oovbaapi/ooo/vba/excel/XlDirection.idl | |
parent | 3c822ccbf013b2c9129cbb4717890114bfdd06ee (diff) |
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlDirection.idl')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XlDirection.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlDirection.idl b/oovbaapi/ooo/vba/excel/XlDirection.idl new file mode 100644 index 000000000000..6c07119a4bd3 --- /dev/null +++ b/oovbaapi/ooo/vba/excel/XlDirection.idl @@ -0,0 +1,8 @@ +module ooo { module vba { module excel { + constants XlDirection { + const long xlDown = -4121; + const long xlToLeft = -4159; + const long xlToRight = -4161; + const long xlUp = -4162; + }; +}; }; }; |