diff options
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl b/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl new file mode 100644 index 0000000000..fff7cde432 --- /dev/null +++ b/oovbaapi/ooo/vba/excel/XlDeleteShiftDirection.idl @@ -0,0 +1,9 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +module ooo { module vba { module excel { + constants XlDeleteShiftDirection { + const long xlShiftToLeft = -4159; + const long xlShiftUp = -4162; + }; +}; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |