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