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