lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlArrowHeadLength.idl
blob87458a0a8edff91e067681a01867a045c78c0eb3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlArrowHeadLength {
4 const long xlArrowHeadLengthLong = 3;
5 const long xlArrowHeadLengthMedium = -4138;
6 const long xlArrowHeadLengthShort = 1;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */