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