blob: 87458a0a8edff91e067681a01867a045c78c0eb3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
constants XlArrowHeadLength {
const long xlArrowHeadLengthLong = 3;
const long xlArrowHeadLengthMedium = -4138;
const long xlArrowHeadLengthShort = 1;
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|