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