update emoji autocorrect entries from po-files
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlArrowHeadStyle.idl
blob4866773e81239c2707d820b0e649e451ba526c5e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlArrowHeadStyle {
4 const long xlArrowHeadStyleClosed = 3;
5 const long xlArrowHeadStyleDoubleClosed = 5;
6 const long xlArrowHeadStyleDoubleOpen = 4;
7 const long xlArrowHeadStyleNone = -4142;
8 const long xlArrowHeadStyleOpen = 2;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */