bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlErrorBarDirection.idl
blob914ae1bb9101245932c569314c001a6de676ed2e
1 module ooo { module vba { module excel {
2 constants XlErrorBarDirection {
3 const long xlX = -4168;
4 const long xlY = 1;
5 };
6 }; }; };