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;
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */